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

Commit ea329f5

Browse files
committed
some more color changes
1 parent b8fe7a8 commit ea329f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/header.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export default props => {
165165
text-decoration: none;
166166
color: #fff;
167167
font-size: 14px;
168+
font-weight: bold;
168169
padding-bottom: 4px;
169170
display: flex;
170171
align-items: center;
@@ -261,15 +262,18 @@ export default props => {
261262
width: 100%;
262263
position: fixed;
263264
top: 66px;
264-
background: #fff;
265+
background: #fafafa;
265266
display: none;
267+
border-bottom: 1px solid #eee;
266268
}
267269
.nav__linkItem {
268270
width: 100%;
269271
border-top: 1px solid #eee;
270272
}
271273
.nav__link {
272274
width: 100%;
275+
font-size: 16px;
276+
font-weight: bold;
273277
padding: 25px 15px;
274278
color: #888;
275279
}

0 commit comments

Comments
 (0)