-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2
More file actions
33 lines (28 loc) · 923 Bytes
/
2
File metadata and controls
33 lines (28 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@charset "utf-8";
$buefy-custom-colors: (
'secondary': hsl(228deg, 32%, 41%),
'accent': hsl(259deg, 72%, 51%),
'twitter': #000000,
'discord': #7289DA,
'bulma': #00D1B2,
'vuetelemetry': #0bdca0,
);
@forward "bulma/sass" with (
$primary: hsl(256.19deg, 60%, 58.82%),
$background: hsl(0deg, 0%, 100%),
$text: hsl(0deg, 0%, 29%),
$link: hsl(0deg, 0%, 21.18%),
$custom-colors: $buefy-custom-colors,
);
@use "buefy/src/scss/buefy";
// Material Design Icons
@use "@mdi/font/scss/materialdesignicons" as * with (
$mdi-font-path: "@mdi/font/fonts" !default
);
// Font Awesome
@use "@fortawesome/fontawesome-free/scss/fontawesome" as * with (
$fa-font-path: "/webfonts" !default
);
@use "@fortawesome/fontawesome-free/scss/regular" as *;
@use "@fortawesome/fontawesome-free/scss/solid" as *;
@use "@fortawesome/fontawesome-free/scss/brands" as *;