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;
|
border-bottom: 2px $text-color solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
a:not(.nav-logo) {
|
||||||
a {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $highlight-1;
|
color: $highlight-1;
|
||||||
text-shadow: -1px 1px 0 $background, 0 1px 0 $background, 1px 1px 0 $background;
|
text-shadow: -1px 1px 0 $background, 0 1px 0 $background, 1px 1px 0 $background;
|
||||||
|
@ -156,7 +155,6 @@ main {
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
animation: cycle-link-background 2s steps(4) infinite 0ms;
|
animation: cycle-link-background 2s steps(4) infinite 0ms;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -224,6 +222,7 @@ iframe {
|
||||||
.nav-logo {
|
.nav-logo {
|
||||||
@include heading;
|
@include heading;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: $text-color;
|
||||||
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
|
@ -241,7 +240,11 @@ iframe {
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
align-self: center;
|
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 {
|
&.nav-link-active {
|
||||||
color: $highlight-1;
|
color: $highlight-1;
|
||||||
|
|
Loading…
Reference in New Issue