aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 10:13:31 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:13:45 +0800
commit1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7 (patch)
tree17502e869d36f41079b34b8ccb699f27ec72ad6e
parentMeh, use tabs (diff)
downloadpowxy-1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7.tar.gz
powxy-1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7.tar.zst
powxy-1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7.zip
Lighter color for the selectionv0.1.78v0.1.17
-rw-r--r--static/style.css3
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);
}