From: Ruben Beltran del Rio Date: Sun, 7 Jul 2024 21:21:28 +0000 (+0200) Subject: Add selection X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/7629ba8ecd9a0e0b92b1bd72f29f1594d7e9bc42?ds=inline Add selection --- diff --git a/css/style.css b/css/style.css index 554fcc3..3afa393 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,11 @@ aside { clear: both; } +::selection { + color: #00f; + background-color: #e8e8e8; +} + @media only screen and (min-width: 500px) { body { overflow-x: auto;