commit 98044bb640ccea1a8aaea6fb2c41065023f3d1eb
parent 4a6ccbbab557a5d25ee7c9acb4f853cf29bec707
Author: hhvn <dev@hhvn.uk>
Date: Sun, 20 Jun 2021 22:21:06 +0100
.c/s/s/default.css: deal with highlighted content
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.config/surf/styles/default.css b/.config/surf/styles/default.css
@@ -23,3 +23,8 @@ input,textarea{
.cbe, .cbe >*, .cbe a:link, .cbe a:visited { color:#173173 !important; }
.cce, .cce >*, .cce a:link, .cce a:visited { color:#173173 !important; }
.cdd, .cdd >*, .cdd a:link, .cdd a:visited { color:#173173 !important; }
+
+.highlight, .highlight >*, .highlight >*>*, .highlight >*>*>*, .highlight >*>*>*>*, .highlight >*>*>*>*>* {
+ background-color: #0a2126 !important;
+ color: #ffffff !important;
+}