projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea12e6
)
use background color instead of border for lines in navbar burger
author
Dan Allen
<dan@opendevise.com>
Sat, 26 Dec 2020 11:24:21 +0000
(
04:24
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 26 Dec 2020 11:24:21 +0000
(
04:24
-0700)
src/css/header.css
patch
|
blob
|
history
diff --git
a/src/css/header.css
b/src/css/header.css
index
232aa46
..
c61ee7c
100644
(file)
--- a/
src/css/header.css
+++ b/
src/css/header.css
@@
-59,7
+59,6
@@
body {
}
.navbar-burger {
- color: var(--navbar-font-color);
background: none;
border: none;
outline: none;
@@
-75,8
+74,8
@@
body {
}
.navbar-burger span {
- b
order-top: 1.5px solid
var(--navbar-font-color);
- height:
0
;
+ b
ackground-color:
var(--navbar-font-color);
+ height:
1.5px
;
width: 1rem;
}