Home
/
river.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6075c
)
fix: finalize dark/light styles
author
xangelo
<me@xangelo.ca>
Tue, 30 Jan 2024 14:59:40 +0000
(09:59 -0500)
committer
xangelo
<me@xangelo.ca>
Tue, 30 Jan 2024 14:59:40 +0000
(09:59 -0500)
src/public/style.css
patch
|
blob
|
history
diff --git
a/src/public/style.css
b/src/public/style.css
index 393c8ceb9fa5984ccb7e0c97ac0ebd90916fced1..b79038ee4c46bc37c87d38f790bc2f3f90bd796e 100644
(file)
--- a/
src/public/style.css
+++ b/
src/public/style.css
@@
-34,7
+34,7
@@
}
.content:hover {
- background-color:
#e5f1ff
;
+ background-color:
var(--clight)
;
}
}
@@
-53,9
+53,4
@@
footer {
--clink: #1ad;
--cemph: #0b9; --cemphbg: #0b91;
}
-
- .content:hover {
- background-color: #2c2e31;
- }
}
-