Skip to content

Commit

Permalink
Rebranding of colours
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 16, 2024
1 parent f966684 commit 1183da8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
34 changes: 22 additions & 12 deletions yard/static/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions yard/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ h1 {
}

:root {
--primary-color: #58D0BB;
--secondary-color: #FFAB40;
--tertiary-color: #EEFF41;
--primary-color: GhostWhite;
--secondary-color: LightCoral;
--tertiary-color: #58D0BB;
--body-color: #F8F8F8;
--background-color: #0B1B28;
--highlight-color: LemonChiffon;
}

html {
Expand Down Expand Up @@ -164,7 +165,7 @@ a {
}

p > a{
color: var(--primary-color);
color: var(--highlight-color);
text-decoration: none;
}

Expand Down

0 comments on commit 1183da8

Please sign in to comment.