File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import " ../sass/utilities/initial-variables.sass" ;
2
+
3
+ // General colors
4
+
5
+ $scheme-main : $black ;
6
+ $scheme-main-bis : $black-bis ;
7
+ $scheme-main-ter : $black-ter ;
8
+ $scheme-invert : $white ;
9
+ $scheme-invert-bis : $white-bis ;
10
+ $scheme-invert-ter : $white-ter ;
11
+
12
+ $background : $black-ter ;
13
+
14
+ $border : $grey-darker ;
15
+ $border-hover : $grey-dark ;
16
+ $border-light : $grey-darker ;
17
+ $border-light-hover : $grey-dark ;
18
+
19
+ // Text colors
20
+
21
+ $text : $grey-light ;
22
+ $text-invert : $grey-darker ;
23
+ $text-light : $grey ;
24
+ $text-strong : $white ;
25
+
26
+ // Link colors
27
+
28
+ $link-hover : $white ;
29
+ $link-hover-border : $grey-dark ;
30
+
31
+ $link-focus : $white ;
32
+ $link-focus-border : $blue ;
33
+
34
+ $link-active : $white ;
35
+ $link-active-border : $grey-light ;
You can’t perform that action at this time.
0 commit comments