summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 5a777c0..46139c8 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -22,12 +22,15 @@ body {
text-shadow: 0 0 1px var(--main-fg-color), 0 0 6px var(--main-fg-color);
}
-body::selection {
- background: lightgrey;
-}
-
-p::selection {
- background: lightgrey;
+::selection {
+ color: var(--main-bg-color);
+ background: var(--main-fg-color);
+ text-shadow: 0 0 1px var(--main-bg-color), 0 0 6px var(--main-bg-color);
+}
+::-moz-selection {
+ color: var(--main-bg-color);
+ background: var(--main-fg-color);
+ text-shadow: 0 0 1px var(--main-bg-color), 0 0 6px var(--main-bg-color);
}
.footer {