riazj.com

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

commit ef9bd8b2ae400051f36fa1f351de0316eb3acea2
parent fcfe4d5ea3ee8fe251c03e65cc93883f37a3712e
Author: Riaz <riaz@riazj.com>
Date:   Sun, 27 Jul 2025 14:15:26 -0700

Simplify CSS further

Diffstat:
Mstyle.css | 22+++++-----------------
1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/style.css b/style.css @@ -1,11 +1,9 @@ body { margin: 0 auto; line-height: 1.5; - padding: 0 1em 1em; max-width: 40em; - - font-family: sans-serif; font-size: 1.15em; + font-family: sans-serif; } time { @@ -17,22 +15,12 @@ h2 { padding-top: 1em; } -a { - color: #05d; - text-decoration: none; -} - -a:hover, -a:focus { - text-decoration: underline; +pre { + padding: 1em; + border: 1px solid; + overflow: auto; } span { display: none; } - -pre { - overflow: auto; - padding: 1em; - border: 1px solid #333; -}