From: Ruben Beltran del Rio Date: Mon, 23 Sep 2024 20:20:57 +0000 (+0200) Subject: Move h1 out of dark mode X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/b22440c74ac7ede3746f0c325e50ed199d958b8f Move h1 out of dark mode --- diff --git a/css/style.css b/css/style.css index 8d98dea..ff91458 100644 --- a/css/style.css +++ b/css/style.css @@ -23,6 +23,12 @@ aside { @media only screen and (min-width: 500px) { body { overflow-x: auto } main { padding: 0 0 0 74px } + + h1 a { + display: block; + width: 64px; + } + .columned { width: max-content } .columned .h2:not(:only-child) { @@ -88,11 +94,6 @@ canvas { border: 1px solid #fff; } - h1 a { - display: block; - width: 64px; - } - a { color: #5dc1fd; display: inline-block;