From 304a8f44244fe1a7bc8cc48ea74c00c9d6323c84 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 18 Sep 2022 15:06:39 +0200 Subject: [PATCH] URL color when selected --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 73a6a26..2cee698 100644 --- a/static/style.css +++ b/static/style.css @@ -9,6 +9,7 @@ background-color: var(--selection-bg); color: var(--selection-fg); } +a:hover::selection{ background-color: var(--ansi03); } html{ color: var(--ansi15); background-color: var(--ansi00-hard);