diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:13:31 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:13:45 +0800 |
commit | 1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7 (patch) | |
tree | 17502e869d36f41079b34b8ccb699f27ec72ad6e | |
parent | Meh, use tabs (diff) | |
download | powxy-1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7.tar.gz powxy-1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7.tar.zst powxy-1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7.zip |
-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); } |