Add dark Bulma example

This commit is contained in:
Jeremy Thomas 2019-10-13 16:17:37 +01:00
parent ac0399d971
commit 817c676a79
3 changed files with 35 additions and 0 deletions

35
docs/bulma-dark.scss Normal file
View File

@ -0,0 +1,35 @@
@import "../sass/utilities/initial-variables.sass";
// General colors
$scheme-main: $black;
$scheme-main-bis: $black-bis;
$scheme-main-ter: $black-ter;
$scheme-invert: $white;
$scheme-invert-bis: $white-bis;
$scheme-invert-ter: $white-ter;
$background: $black-ter;
$border: $grey-darker;
$border-hover: $grey-dark;
$border-light: $grey-darker;
$border-light-hover: $grey-dark;
// Text colors
$text: $grey-light;
$text-invert: $grey-darker;
$text-light: $grey;
$text-strong: $white;
// Link colors
$link-hover: $white;
$link-hover-border: $grey-dark;
$link-focus: $white;
$link-focus-border: $blue;
$link-active: $white;
$link-active-border: $grey-light;

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB