Remove shadow from landing page text

This commit is contained in:
timvisee 2020-04-26 14:53:58 +02:00
parent eb256ed72b
commit 970e22930c
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
3 changed files with 0 additions and 3 deletions

View File

@ -16,4 +16,3 @@ $color-link-hover: lighten($color-link, 15%);
// Top logo and landing page
$logo-color: $color-text;
$logo-color-hover: $color-link-hover;
$landing-color-shadow: $color-main-border;

View File

@ -16,4 +16,3 @@ $color-link-hover: darken($color-link, 10%);
// Top logo and landing page
$logo-color: $color-header;
$logo-color-hover: $color-link-hover;
$landing-color-shadow: $color-main-border;

View File

@ -4,7 +4,6 @@ header#headertron {
font-size: 2em;
line-height: 2;
margin: 2rem 0 6rem 0;
text-shadow: 0 0 0.75em $landing-color-shadow;
text-align: center;
display: flex;
flex-direction: column;