style nav links
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5ac9d54b64
commit
4dd047f891
|
@ -133,8 +133,7 @@ h1 {
|
|||
border-bottom: 2px $text-color solid;
|
||||
}
|
||||
|
||||
main {
|
||||
a {
|
||||
a:not(.nav-logo) {
|
||||
text-decoration: none;
|
||||
color: $highlight-1;
|
||||
text-shadow: -1px 1px 0 $background, 0 1px 0 $background, 1px 1px 0 $background;
|
||||
|
@ -156,7 +155,6 @@ main {
|
|||
&:hover, &:focus {
|
||||
animation: cycle-link-background 2s steps(4) infinite 0ms;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -224,6 +222,7 @@ iframe {
|
|||
.nav-logo {
|
||||
@include heading;
|
||||
text-decoration: none;
|
||||
color: $text-color;
|
||||
|
||||
margin: 0 auto;
|
||||
|
||||
|
@ -241,7 +240,11 @@ iframe {
|
|||
|
||||
.nav-link {
|
||||
align-self: center;
|
||||
padding: 0.5em;
|
||||
margin: 0 0.5em;
|
||||
padding: 0.5em 0;
|
||||
background-position: center bottom 0.4em;
|
||||
color: $text-color;
|
||||
font-family: Orbitron,Montserrat,sans-serif;
|
||||
|
||||
&.nav-link-active {
|
||||
color: $highlight-1;
|
||||
|
|
Loading…
Reference in New Issue