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:
05055df
)
nav bar error check
author
Zoe
<zoe@fsf.org>
Thu, 19 Sep 2019 22:27:31 +0000
(18:27 -0400)
committer
Zoe
<zoe@fsf.org>
Thu, 19 Sep 2019 22:27:31 +0000
(18:27 -0400)
2020/assets/css/custom.css
patch
|
blob
|
blame
|
history
diff --git
a/2020/assets/css/custom.css
b/2020/assets/css/custom.css
index 6893bb0ab069c9a5bf24d77eb58ee953b19115a5..fe5c63b3d74a63ff12345fe0ac676162d2eed2da 100644
(file)
--- a/
2020/assets/css/custom.css
+++ b/
2020/assets/css/custom.css
@@
-753,7
+753,7
@@
hr {
display: block;
padding: 10px 15px;
text-decoration: none;
- background-color: #f57900
38
;
+ background-color: #f57900;
transition: background-color 0.1s;
border-bottom: none;
}
@@
-780,7
+780,7
@@
hr {
.nav > li > a:hover,
.nav > li > a:focus {
background-color:#f5790038;
- color: #
ffffff
;
+ color: #
eeeeee
;
}
.nav-pills > li > a {