projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c040bf7
)
make the hovered nav bar link text white
author
Andrew Engelbrecht
<andrew@fsf.org>
Sat, 19 Mar 2022 11:10:29 +0000
(07:10 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Sat, 19 Mar 2022 11:10:29 +0000
(07:10 -0400)
2022/assets/css/custom.css
patch
|
blob
|
blame
|
history
diff --git
a/2022/assets/css/custom.css
b/2022/assets/css/custom.css
index a8e65a0fa328b0f2890ede83e0a4b9f80c8df75c..b98ad56268e093128abc9e9fc9fd06601e37cc9a 100644
(file)
--- a/
2022/assets/css/custom.css
+++ b/
2022/assets/css/custom.css
@@
-831,6
+831,9
@@
hr {
border-bottom: none;
color:#510f01 !important;
}
+.nav > li > a:hover {
+ color:#ffffff !important;
+}
.nav > li.fsf-donate > a {
background-color: #602217;