Skip to content

Commit a0f8f13

Browse files
committed
Some unwelcome old bits in the brand
1 parent cb7d0a3 commit a0f8f13

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/assets/stylesheets/application.bulma.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
@use "bulma/sass/utilities" with (
99
$family-primary: brand.$font-sans,
10-
$red: brand.$red,
1110
$primary: brand.$red,
11+
$red: brand.$red,
1212
$yellow: brand.$yellow,
1313
$green: brand.$green,
1414
$cyan: brand.$cyan,
1515
$blue: brand.$blue,
16+
$grey: brand.$grey,
1617
$custom-colors: (
1718
"personal-name": brand.$red,
1819
"pronouns": brand.$green,

app/assets/stylesheets/brand.scss

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ $blue: #175676;
55
$cyan: #3E8ED0;
66
$grey: #595959;
77

8-
$red-bg: change-color($red, $lightness: 97%);
9-
$green-bg: change-color($green, $lightness: 96%);
10-
$blue-bg: change-color($blue, $lightness: 98%);
11-
128
$font-sans: 'Raleway', sans-serif;
139
$font-handwriting: 'Patrick Hand', cursive;
1410
$font-ipa: 'Voces', sans-serif;

0 commit comments

Comments
 (0)