mirror of https://github.com/vapor/docs.git
lighter menu font
This commit is contained in:
parent
66cbf54a83
commit
1dd5455525
|
|
@ -171,7 +171,7 @@ nav {
|
|||
z-index: 10; }
|
||||
nav a {
|
||||
border-bottom: none;
|
||||
color: white;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
font-size: 16px;
|
||||
line-height: 32px;
|
||||
height: 32px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -191,7 +191,7 @@ nav
|
|||
|
||||
a
|
||||
border-bottom: none
|
||||
color: white
|
||||
color: rgba(255, 255, 255, 0.9)
|
||||
font-size: 16px
|
||||
line-height: 32px
|
||||
height: 32px
|
||||
|
|
@ -236,10 +236,6 @@ nav
|
|||
&:hover
|
||||
color: #94a9d1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ul, ul li
|
||||
list-style: none
|
||||
padding: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue