Skip to content

Commit

Permalink
tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBrooks11 committed Jan 13, 2025
1 parent 2d16f53 commit cd62ae5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
--spring: #B9F876;
--vivid: #FCF05E;
--tiger: #F0A757;

/* Custom */
--darksky: #2B89A1;

}

/* General styles */
Expand Down Expand Up @@ -69,7 +73,7 @@ h1, h2, h3, h4, h5, h6 {
}

a {
color: var(--sky); /* Sky color */
color: var(--darksky); /* A Darkened Sky color (normal sky is too light) */
text-decoration: none;
}

Expand Down

0 comments on commit cd62ae5

Please sign in to comment.