This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default () => (
27
27
pointer-events: none;
28
28
}
29
29
#nprogress .bar {
30
- background: #ffeb3b ;
30
+ background: #f9d1ed ;
31
31
position: fixed;
32
32
z-index: 1031;
33
33
top: 0;
@@ -42,7 +42,7 @@ export default () => (
42
42
right: 0px;
43
43
width: 100px;
44
44
height: 100%;
45
- box-shadow: 0 0 10px #ffeb3b , 0 0 5px #ffeb3b ;
45
+ box-shadow: 0 0 10px #f9d1ed , 0 0 5px #f9d1ed ;
46
46
opacity: 1;
47
47
transform: rotate(3deg) translate(0px, -4px);
48
48
}
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export default props => {
164
164
.nav__link {
165
165
text-decoration: none;
166
166
color: #fff;
167
- font-size: 14px ;
167
+ font-size: 16px ;
168
168
font-weight: bold;
169
169
padding-bottom: 4px;
170
170
display: flex;
@@ -174,11 +174,10 @@ export default props => {
174
174
margin-left: 5px;
175
175
}
176
176
.nav__link:hover {
177
- color: #ffeb3b ;
177
+ color: #e1e1e1 ;
178
178
}
179
179
.nav__link--active {
180
- color: #ffeb3b;
181
- border-bottom: 2px solid #ffeb3b;
180
+ border-bottom: 2px solid #fff;
182
181
pointer-events: none;
183
182
}
184
183
input[type='checkbox'] {
@@ -265,16 +264,17 @@ export default props => {
265
264
background: #fafafa;
266
265
display: none;
267
266
border-bottom: 1px solid #eee;
267
+ font-size: 10px;
268
268
}
269
269
.nav__linkItem {
270
270
width: 100%;
271
271
border-top: 1px solid #eee;
272
272
}
273
273
.nav__link {
274
274
width: 100%;
275
- font-size: 16px ;
275
+ font-size: 14px ;
276
276
font-weight: bold;
277
- padding: 25px 15px;
277
+ padding: 12px 15px;
278
278
color: #888;
279
279
}
280
280
.nav__link:hover {
You can’t perform that action at this time.
0 commit comments