From fd408b07aee7059bd85765365b972b52276acfe0 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Fri, 9 Feb 2024 15:32:30 +0000 Subject: [PATCH] [2024-02-09] Update style, dashed
, serif font, black and white --- assets/css/default.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 2757733..3a36525 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1,5 +1,5 @@ body { - font-family: Arial, Helvetica, sans-serif; + font-family: Georgia, 'Times New Roman', Times, serif; } div.container { @@ -41,10 +41,26 @@ div.content { } body { - background-color: #1a1b26; - color: #a9b1d6; + background-color: #ffffff; + color: #000000; } -a { - color: #9ece6a; +pre { + background-color:antiquewhite; + padding: 10px 10px 10px 10px; + border-radius: 10px; + white-space: pre-wrap; + white-space: pre-wrap; } + +hr { + border: 2px dashed #000000; + border-style: none none dashed; + color: transparent; + background-color: transparent; +} + +img { + max-width:100%; + max-height:100%; +} \ No newline at end of file