From 7155ee3591cf1e610ec5e0f3de1c75be86cf0993 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 13:19:47 +0100 Subject: Theme update --- templates/base.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index f7331ce..5fb7023 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,6 +22,21 @@ --bg-color: #eee; } + *::selection { + background: var(--link-color); + color: #ffffff; + } + + *::-moz-selection { + background: var(--link-color); + color: #ffffff; + } + + *::-webkit-selection { + background: var(--link-color); + color: #ffffff; + } + body { padding: 2.5rem; max-width: 1900px; -- cgit v1.2.3