Skip to content

Commit

Permalink
style: updated colour scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Curtis committed Jul 28, 2024
1 parent 4199a7c commit 115fc26
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 38 deletions.
70 changes: 35 additions & 35 deletions src/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
$paynes-gray: #405d72;
$slate-gray: #758694;
$french-gray: #aaaeb2;
$timberwolf: #dfd5cf;
$champagne-pink: #f7e7dc;
$seashell: #fff8f3;

Expand All @@ -11,9 +13,9 @@ body,
}

body {
background: radial-gradient($champagne-pink, $seashell);
background: linear-gradient(45deg, $champagne-pink, $seashell, $timberwolf);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
animation: gradient 8s ease infinite;
}

@keyframes gradient {
Expand Down Expand Up @@ -59,7 +61,7 @@ $display-font-sizes: (
) !default;

$primary: $paynes-gray;
$secondary: $slate-gray;
$secondary: $french-gray;

$heading-color: $primary;

Expand Down

0 comments on commit 115fc26

Please sign in to comment.