diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 9d60fb9..33d1937 100644 --- a/static/style.css +++ b/static/style.css @@ -115,7 +115,6 @@ details { } ::-moz-selection, ::selection { - color: var(--text-color); - background-color: var(--primary-color); + background-color: var(--primary-color-lighter); } |