Skip to content

Commit

Permalink
Change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sam authored and sam committed May 18, 2024
1 parent 53161e4 commit 94051e2
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 @@ -7,7 +7,7 @@

* {
font-family: 'DM Sans' !important;
background-color:#250055;
background-color:#1c0041;
}
h1 {
color: #ffffff;
Expand All @@ -27,14 +27,14 @@ h3 {
body {
font-size: 18px !important;
color: #ffffff;
background-color:#250055;
background-color:#1c0041;
}
a:link {
color: #0bcfc2;
color: #5bfff4;
font-weight: bold;
}
a:visited {
color: #0bcfc2;
color: #5bfff4;
font-weight: bold;
}

Expand Down

0 comments on commit 94051e2

Please sign in to comment.