changes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use "sass:string";
|
||||
|
||||
$red: #ff2e4e;
|
||||
$orange: #fd8206;
|
||||
$yellow: #eec704;
|
||||
@@ -9,7 +11,8 @@ $pink: #ff2bdd;
|
||||
$grey: #767676;
|
||||
|
||||
@use "bulma/sass" with (
|
||||
$family-primary: "'Inter', 'SF Pro', 'Helvetica', 'Arial', sans-serif",
|
||||
$family-primary: string.unquote("'Inter', 'SF Pro', 'Helvetica', 'Arial', sans-serif"),
|
||||
$family-monospace: string.unquote("'Roboto Mono', monospace"),
|
||||
$primary: $blue,
|
||||
$link: $blue,
|
||||
$info: $cyan,
|
||||
@@ -60,4 +63,4 @@ $grey: #767676;
|
||||
),
|
||||
);
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
|
||||
Reference in New Issue
Block a user