-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.scss
More file actions
41 lines (31 loc) · 858 Bytes
/
Copy pathindex.scss
File metadata and controls
41 lines (31 loc) · 858 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
34
35
36
37
38
39
40
41
@charset "utf-8";
// Set your brand colors
$scheme-main: #0d1117;
$scheme-main-bis: #161b22;
$scheme-main-ter: #c83895;
$border: #30363d;
$border-light: #c9d1d9;
$border-hover: #949596;
$text-strong: #f0f6fc;
$text: #c9d1d9;
$text-light: #949596;
$link: $scheme-main-ter;
//$link-invert: ;
//$link-hover: ;
//$link-hover-border: ;
//$link-focus: ;
//$link-focus-hover: ;
//$link-active: ;
//$link-active-border: ;
$background: $scheme-main-ter;
$code-background: none;
//$shadow: inset 0px -5px 5px 0px $scheme-main-ter;
$navbar-background-color: $scheme-main-bis;
$primary: $scheme-main-ter;
// Update some of Bulma's component variables
$fa-font-path: "../webfonts";
// Import the rest of Bulma
@import "bulma/bulma.sass";
@import "fontawesome/scss/fontawesome.scss";
@import "fontawesome/scss/solid.scss";
@import "fontawesome/scss/brands.scss";