Skip to content

Commit 817c676

Browse files
committed
Add dark Bulma example
1 parent ac0399d commit 817c676

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

docs/bulma-dark.scss

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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;

docs/images/bulma-logo-light.png

11.5 KB
Loading

docs/images/bulma-logo-turquoise.png

13 KB
Loading

0 commit comments

Comments
 (0)