style nav links
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2020-12-18 19:54:33 +01:00
parent 5ac9d54b64
commit 4dd047f891
1 changed files with 26 additions and 23 deletions

View File

@ -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;
@ -157,7 +156,6 @@ main {
animation: cycle-link-background 2s steps(4) infinite 0ms; animation: cycle-link-background 2s steps(4) infinite 0ms;
} }
} }
}
figure { figure {
@ -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;