From 60390e59843a36aa51c67332c24d2666daa0ce9d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Jul 2022 10:15:51 -0500 Subject: Simplify border declarations --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 369e3c3..a4599ab 100644 --- a/style.css +++ b/style.css @@ -92,7 +92,7 @@ header .top { } body>nav { - border-bottom: 1px solid black; + border-bottom: 1px solid; margin-top: 0; text-align: right; } @@ -124,7 +124,7 @@ header a { display: inline; } aside { padding: 2ch; order: 1; - border-bottom: 1px solid black; + border-bottom: 1px solid; } aside ul { margin: 0; padding: 0; } #list { order: 2; } @@ -155,7 +155,6 @@ header a { display: inline; } a:hover { background: yellow; } a:active { background: cyan; } .entry-extra a { color: blue; } - body>nav { border-bottom: 1px solid black; } } @media (prefers-color-scheme: dark) { @@ -168,16 +167,13 @@ header a { display: inline; } a:hover { color: yellow; background: inherit; } a:active { color: cyan; background: inherit; } .entry-extra a { color: cyan; } - body>nav { border-bottom: 1px solid white; } } @media screen and (max-width: 720px) and (prefers-color-scheme: dark) { - aside { border-bottom: 1px solid white; } aside li { background: black !important; } } @media screen and (max-width: 720px) and (prefers-color-scheme: light) { - aside { border-bottom: 1px solid black; } aside li { background: white !important; } } -- cgit 1.4.1-21-gabe81