danix
's git repository
home
/
my projects
/
gitweb-theme-danix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b7224
)
still testing css variables inside media queries
author
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 05:27:43 +0000
(06:27 +0100)
committer
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 05:27:43 +0000
(06:27 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
a6014e3
..
41b3022
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-48,8
+48,10
@@
a { outline: none; }
--fg: #393E46;
}
@media screen and (prefers-color-scheme: dark) {
- --bg: #393E46;
- --fg: #D8D9CF;
+ :root {
+ --bg: #393E46;
+ --fg: #D8D9CF;
+ }
}