From fa4832338604c44562a166869096f385ee80cfd7 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Mon, 13 May 2024 19:03:15 +0200 Subject: [PATCH] feat (css): selection background --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 6775a28..b82ca1f 100644 --- a/css/style.css +++ b/css/style.css @@ -13,6 +13,11 @@ html { justify-content: center; } +::selection { + background-color: var(--fg-color); + color: var(--bg-color); +} + body { width: 80ch; height: 100%;