Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 49d2430

Browse files
author
M-ZubairAhmed
committed
menu highlight color slighlt changed from yellow
1 parent 7d7b05f commit 49d2430

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

components/global-styles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default () => (
2727
pointer-events: none;
2828
}
2929
#nprogress .bar {
30-
background: #ffeb3b;
30+
background: #f9d1ed;
3131
position: fixed;
3232
z-index: 1031;
3333
top: 0;
@@ -42,7 +42,7 @@ export default () => (
4242
right: 0px;
4343
width: 100px;
4444
height: 100%;
45-
box-shadow: 0 0 10px #ffeb3b, 0 0 5px #ffeb3b;
45+
box-shadow: 0 0 10px #f9d1ed, 0 0 5px #f9d1ed;
4646
opacity: 1;
4747
transform: rotate(3deg) translate(0px, -4px);
4848
}

components/header.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default props => {
164164
.nav__link {
165165
text-decoration: none;
166166
color: #fff;
167-
font-size: 14px;
167+
font-size: 16px;
168168
font-weight: bold;
169169
padding-bottom: 4px;
170170
display: flex;
@@ -174,11 +174,10 @@ export default props => {
174174
margin-left: 5px;
175175
}
176176
.nav__link:hover {
177-
color: #ffeb3b;
177+
color: #e1e1e1;
178178
}
179179
.nav__link--active {
180-
color: #ffeb3b;
181-
border-bottom: 2px solid #ffeb3b;
180+
border-bottom: 2px solid #fff;
182181
pointer-events: none;
183182
}
184183
input[type='checkbox'] {
@@ -265,16 +264,17 @@ export default props => {
265264
background: #fafafa;
266265
display: none;
267266
border-bottom: 1px solid #eee;
267+
font-size: 10px;
268268
}
269269
.nav__linkItem {
270270
width: 100%;
271271
border-top: 1px solid #eee;
272272
}
273273
.nav__link {
274274
width: 100%;
275-
font-size: 16px;
275+
font-size: 14px;
276276
font-weight: bold;
277-
padding: 25px 15px;
277+
padding: 12px 15px;
278278
color: #888;
279279
}
280280
.nav__link:hover {

0 commit comments

Comments
 (0)