Skip to content

Commit

Permalink
tweak header color
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed Dec 8, 2024
1 parent 5f6bc25 commit d609e9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ h1,h2,h3,h4,h5,h6 {
border: none !important;
}

main {
padding-bottom: 2rem;
}

footer {
background-color: var(--frosted-1);
}
Expand Down Expand Up @@ -416,7 +420,7 @@ footer {
--text-color: #c0c0c0;
--link-color: #4d9aff;
--frosted-1: #222630f4;
--frosted-2: #26323470;
--frosted-2: #27303670;
--frosted-3: #232632;
--banner-image-filter: brightness(97%) invert(100%) hue-rotate(-25deg);
--table-row-odd: #1e1f24;
Expand Down

0 comments on commit d609e9a

Please sign in to comment.