mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 15:26:09 +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;
|
color: $white;
|
||||||
|
|
||||||
#top {
|
#top {
|
||||||
border-bottom: 1px solid $white;
|
border-bottom: 1px solid rgba($white, 0.35);
|
||||||
nav li a {
|
nav li a {
|
||||||
color: rgba($white, 0.9);
|
color: rgba($white, 0.9);
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -8,20 +8,25 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 20px;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
padding: 0 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba($black, 0.9);
|
color: rgba($black, 0.9);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgba($black, 1.0);
|
color: rgba($black, 1.0);
|
||||||
|
text-shadow: 0 0 1em black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:last-child > a {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
.status {
|
.status {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue