File tree Expand file tree Collapse file tree 11 files changed +373
-276
lines changed Expand file tree Collapse file tree 11 files changed +373
-276
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< div class ="tags has-addons ">
5
5
{% if tag_version_value > current_version_value %}
6
- < span class ="tag is-warning "> Coming soon!</ span >
7
- < span class ="tag is-danger "> {{ include.version }}</ span >
6
+ < span class ="tag "> Coming soon!</ span >
7
+ < span class ="tag is-warning "> {{ include.version }}</ span >
8
8
{% elsif tag_version_value == current_version_value %}
9
9
< span class ="tag "> New!</ span >
10
10
< span class ="tag is-success "> {{ include.version }}</ span >
11
11
{% else %}
12
12
< span class ="tag "> Since</ span >
13
13
< span class ="tag is-info "> {{ include.version }}</ span >
14
14
{% endif %}
15
- </ div >
15
+ </ div >
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
36
+
37
+ .bd-navbar
38
+ background-color : $scheme-main-bis
39
+
40
+ & .has-shadow
41
+ box-shadow : none
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $main-spacing: 3rem
24
24
$intro-width : 1080px
25
25
$sidebar-width : 10.5rem
26
26
27
- // @import "./bulma-dark.scss "
27
+ // @import "./bulma-dark"
28
28
@import " ../bulma"
29
29
30
30
%center
You can’t perform that action at this time.
0 commit comments