Skip to content

Commit

Permalink
Change theme colours
Browse files Browse the repository at this point in the history
More contrast-y red and greens
  • Loading branch information
ajparsons committed Jul 9, 2024
1 parent d520da7 commit 4177e80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion www/docs/style/sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ $column-gutter: 3%;
$row-width: em-calc(1140);
$block-grid-default-spacing: 3%;

$primary-color: #62b356;
$primary-color: #4b6947;
$secondary-color: #A94CA6;
$color-red: #dc3545;

$body-bg: #f3f1eb;
$body-font-color: #333333;
Expand Down
6 changes: 3 additions & 3 deletions www/docs/style/sass/_twfy-mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $medium-screen: 48em;
$large-screen: 65em;
$huge-screen: 71.25em;

$colour_primary: #62b356 !default;
$colour_primary: #4b6947 !default;
$colour_black: #222222;
$colour_dark_grey: #666361;
$colour_grey: #7E7B78;
Expand Down Expand Up @@ -230,10 +230,10 @@ $weight_bold: 700;


.site-nav a.donate-button {
background-color: darken($colour_pale_red, 10%);
background-color: $color-red;
&:hover,
&:focus {
background-color: darken($colour_pale_red, 15%);
background-color: darken($color-red, 5%);
};
color: #FFF;
font-weight: $weight_bold;
Expand Down
2 changes: 1 addition & 1 deletion www/docs/style/sass/layout/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$mysoc-footer-donate-background-color: $body-bg;
$mysoc-footer-donate-button-background-color: $colour_primary;
$mysoc-footer-donate-button-background-color: $color-red;

$mysoc-footer-breakpoint-sm: $medium-screen;

Expand Down

0 comments on commit 4177e80

Please sign in to comment.