diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-18 00:32:46 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-18 00:32:46 +0800 |
commit | 17ef168550052c341a3a2ebe0b230469494402f1 (patch) | |
tree | 7971fb9bd0925540cc7a58ed5d926af5e62bdc40 /static/style.css | |
parent | style.css: Fix .chunk-addition (diff) | |
download | forge-17ef168550052c341a3a2ebe0b230469494402f1.tar.gz forge-17ef168550052c341a3a2ebe0b230469494402f1.tar.zst forge-17ef168550052c341a3a2ebe0b230469494402f1.zip |
Revert "style.css: Fix .chunk-addition"
This reverts commit 9f19bcb50de2ced13a22bbe44078d8a47bf9ce41.
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css index f4ec6ad..3dbe22e 100644 --- a/static/style.css +++ b/static/style.css @@ -145,13 +145,11 @@ td > pre { .chunk-unchanged { color: grey; } -.chunk-addition { +.chunk-addition, @media (prefers-color-scheme: dark) .chunk-addition { background-color: green; } -@media (prefers-color-scheme: dark) { - .chunk-addition { - background-color: lime; - } +.chunk-addition@media (prefers-color-scheme: dark) { + background-color: lime; } .chunk-deletion { background-color: red; |