Home
/
river.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06046a1
)
fix: dark style for hover
author
xangelo
<me@xangelo.ca>
Tue, 30 Jan 2024 05:10:09 +0000
(
00:10
-0500)
committer
xangelo
<me@xangelo.ca>
Tue, 30 Jan 2024 05:10:09 +0000
(
00:10
-0500)
src/public/style.css
patch
|
blob
|
history
diff --git
a/src/public/style.css
b/src/public/style.css
index 643ab7216b5e7de1b21aedb1163a37c8a8328997..393c8ceb9fa5984ccb7e0c97ac0ebd90916fced1 100644
(file)
--- a/
src/public/style.css
+++ b/
src/public/style.css
@@
-53,5
+53,9
@@
footer {
--clink: #1ad;
--cemph: #0b9; --cemphbg: #0b91;
}
+
+ .content:hover {
+ background-color: #2c2e31;
+ }
}