From bfbbecd07a05b8080fb73dc2e15dceac7e5e7034 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 12:03:53 +0300 Subject: new style --- extras/html/style.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'extras') diff --git a/extras/html/style.css b/extras/html/style.css index ea6184f..eba3fa5 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -22,20 +22,25 @@ line-height: 1.5em; margin: 0; padding: 0; - background-color: #f8f8f8; - color: #222; + background-color: #000000; + color: #ffffef; } body { font-family: text, monospace; width: 99%; - max-width: 800px; + max-width: 1024px; margin: 2em auto 0; padding: 0 20px; display: block; + border-style: solid; + border-width: 1px; + border-color: #ffffef; + margin-bottom: 50px; } h1, h2, h3 { + color: #ffffff; font-weight: bold; margin-top: 1em; margin-bottom: 0.75em; @@ -54,18 +59,18 @@ h3 { } a { - color: #248; + color: #9CFF00; font-weight: 600; text-decoration: none; } a:hover { - background-color: #9CFF00; + background-color: #555555; text-decoration: underline; } a:visited { - color: #248; + color: #9CFF00; } a.textlink:before { @@ -118,10 +123,11 @@ img { max-width: 100%; display: block; margin: auto; - border: 1px solid #9CFF00; + border: 1px solid #333333; } pre { + color: #ffffff; font-family: code, monospace; padding: 0; overflow-x: scroll; @@ -131,6 +137,7 @@ pre { } span.inlinecode { + color: #ffffff; font-family: code, monospace; filter: invert(1) grayscale(1); -webkit-filter: invert(1) grayscale(1); -- cgit v1.2.3