Skip to content

Commit

Permalink
Adjust header color override
Browse files Browse the repository at this point in the history
Small fix to ensure the color doesn't change on small screens.
  • Loading branch information
comzeradd committed Jan 9, 2024
1 parent bb76e72 commit 324a712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/scss/base/_404.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
:root {
--color-text-heading: var(--white);
}

body {
background-color: var(--white);
}
Expand Down Expand Up @@ -114,6 +110,10 @@ section {
}

@include large-and-up {
:root {
--color-text-heading: var(--white);
}

header {
height: 100vh;

Expand Down

0 comments on commit 324a712

Please sign in to comment.