mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
make nav links larger
This commit is contained in:
parent
f819f148bb
commit
f777ad4e30
2 changed files with 7 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
color: $white;
|
||||
|
||||
#top {
|
||||
border-bottom: 1px solid $white;
|
||||
border-bottom: 1px solid rgba($white, 0.35);
|
||||
nav li a {
|
||||
color: rgba($white, 0.9);
|
||||
&:hover {
|
||||
|
|
|
@ -8,20 +8,25 @@
|
|||
text-align: right;
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-left: 20px;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 90px;
|
||||
|
||||
a {
|
||||
padding: 0 10px;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: rgba($black, 0.9);
|
||||
|
||||
&:hover {
|
||||
color: rgba($black, 1.0);
|
||||
text-shadow: 0 0 1em black;
|
||||
}
|
||||
}
|
||||
&:last-child > a {
|
||||
padding-right: 0;
|
||||
}
|
||||
.status {
|
||||
color: $blue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue