Skip to content

Commit

Permalink
change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
PlushZ authored Feb 23, 2022
1 parent 859a909 commit 5fff192
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

@charset "utf-8";

$beige: #aabeff;
$beige: #b1c4ff1a;
$black: #000;
$dark-red: #820325;
$dark: #2a2a2a;
$dark: #aabeff4b;
$grey: #323232;
$red: #e37de5;

$grey-dark: $grey;
$background-color: #e5e8dd;
$background-color: $dark;

// Update bulma colors, globally.
$white: $beige;

$text: $black;
$text-inverted: $white;
$text-inverted: $grey;

$link: $red;
$link-visited: $link;
Expand All @@ -26,7 +26,7 @@ $link-hover: $dark-red;
$link-focus: $link-hover;
$link-active: $link-hover;

$navbar-background-color: $white;
$navbar-background-color: $background-color;
$navbar-item-hover-background-color: $background-color;
$navbar-dropdown-item-hover-background-color: $background-color;

Expand Down Expand Up @@ -81,7 +81,7 @@ $navbar-dropdown-item-hover-background-color: $background-color;

.hero-header {
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-color: $dark;
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
Expand Down

0 comments on commit 5fff192

Please sign in to comment.