riazj.com

source code for this website
git clone https://riazj.com/git/riazj.com
Log | Files | Refs | LICENSE

commit fcfe4d5ea3ee8fe251c03e65cc93883f37a3712e
parent 491a9c9bb679b85f9c2ad7fe036a61830c254c8b
Author: Riaz <riaz@riazj.com>
Date:   Thu, 24 Jul 2025 11:32:09 -0700

Simplify CSS. It's a time sink.

Diffstat:
Mstyle.css | 25++++---------------------
1 file changed, 4 insertions(+), 21 deletions(-)

diff --git a/style.css b/style.css @@ -1,27 +1,11 @@ body { - color: #f8f8f8; - background: #111; - margin: 0 auto; line-height: 1.5; padding: 0 1em 1em; max-width: 40em; - font-family: - -apple-system, - BlinkMacSystemFont, - avenir next, - avenir, - segoe ui, - helvetica neue, - helvetica, - Cantarell, - Ubuntu, - roboto, - noto, - arial, - sans-serif; - font-size: 1.25em; + font-family: sans-serif; + font-size: 1.15em; } time { @@ -34,7 +18,7 @@ h2 { } a { - color: #1ad; + color: #05d; text-decoration: none; } @@ -48,8 +32,7 @@ span { } pre { - white-space: pre-wrap; - overflow-wrap: anywhere; + overflow: auto; padding: 1em; border: 1px solid #333; }