Skip to content

Commit

Permalink
Some unwelcome old bits in the brand
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic-git committed Aug 7, 2024
1 parent cb7d0a3 commit a0f8f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/application.bulma.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@

@use "bulma/sass/utilities" with (
$family-primary: brand.$font-sans,
$red: brand.$red,
$primary: brand.$red,
$red: brand.$red,
$yellow: brand.$yellow,
$green: brand.$green,
$cyan: brand.$cyan,
$blue: brand.$blue,
$grey: brand.$grey,
$custom-colors: (
"personal-name": brand.$red,
"pronouns": brand.$green,
Expand Down
4 changes: 0 additions & 4 deletions app/assets/stylesheets/brand.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ $blue: #175676;
$cyan: #3E8ED0;
$grey: #595959;

$red-bg: change-color($red, $lightness: 97%);
$green-bg: change-color($green, $lightness: 96%);
$blue-bg: change-color($blue, $lightness: 98%);

$font-sans: 'Raleway', sans-serif;
$font-handwriting: 'Patrick Hand', cursive;
$font-ipa: 'Voces', sans-serif;
Expand Down

0 comments on commit a0f8f13

Please sign in to comment.