Skip to content

Commit

Permalink
Update style.scss, removing the COVID banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmcatee committed Oct 17, 2023
1 parent 666b7a1 commit 3e0c8b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import "{{ site.theme }}";

body {
background: #333 !important;
background: #000 !important;
color: #f6f6f6 !important;
font-family: sans-serif !important;
font-size: 1.25rem !important;
Expand All @@ -15,7 +15,7 @@ body {
}

header {
background: #a52f2d !important;
background: #000 !important;
border-bottom: none !important;
padding: 1rem 0 1rem 0 !important;
margin: 0 0 1rem 0 !important;
Expand All @@ -26,7 +26,7 @@ header h1:before {
}

header h1 {
color: #f2bc51 !important;
color: #ff0000 !important;
text-shadow: none !important;
font-family: sans-serif !important;
font-size: 2rem !important;
Expand Down Expand Up @@ -55,7 +55,7 @@ ul li {
}

a {
color: #f2bc51 !important;
color: #ff0000 !important;
text-shadow: none !important;
}

Expand Down

0 comments on commit 3e0c8b2

Please sign in to comment.