Skip to content

Commit e875be6

Browse files
committed
slightly optimize navbar burger styles
1 parent ed4aa71 commit e875be6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/header.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ body {
144144
}
145145

146146
.navbar-burger {
147-
color: var(--navbar-font-color);
148147
background: none;
149148
border: none;
150149
outline: none;
@@ -160,7 +159,7 @@ body {
160159
}
161160

162161
.navbar-burger span {
163-
background: var(--navbar-font-color);
162+
background-color: var(--navbar-font-color);
164163
height: 1.5px;
165164
width: 1rem;
166165
}

0 commit comments

Comments
 (0)