www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit ad28b1b9fd76454603598137026806f800385f55
parent 120581228bd9f03e4731fc51d504250388219284
author: nathanael <nathanael@dalliard.ch>
date:   Mon, 13 Oct 2025 09:24:25 +0000

css cleanup

diffstat:
Massets/www.css | 25+++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)

diff --git a/assets/www.css b/assets/www.css @@ -7,7 +7,7 @@ html { margin: 1em auto; padding: 0 1em; max-width: 40em; - font-family: arial, sans-serif; + font-family: system-ui, sans-serif; font-size: 1.25rem; text-size-adjust: 100%; background-color: var(--bg); @@ -42,23 +42,15 @@ a { text-decoration-thickness: 1px; text-underline-offset: 5px; } -p { line-height: 1.8rem; } -audio:not(:last-of-type) { margin-bottom: 2.17rem; } -td:nth-child(3) { padding-left: 1rem; } -footer, -footer a { - font-size: 0.8rem; - line-height: 1.2rem; +p { + line-height: 1.8rem; } -footer, -footer a { - color: #888; +td:nth-child(3) { + padding-left: 1rem; } -footer, -footer a { - text-decoration-color: var(--deco); +#start { + margin: 0; } -#start { margin: 0; } @media (prefers-color-scheme: dark) { :root { --bg: #000; @@ -66,6 +58,3 @@ footer a { --deco: #555; } } -@media (max-width:510px) { - br { display: none; } -}