mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add dark Bulma example
This commit is contained in:
parent
ac0399d971
commit
817c676a79
35
docs/bulma-dark.scss
Normal file
35
docs/bulma-dark.scss
Normal 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;
|
BIN
docs/images/bulma-logo-light.png
Normal file
BIN
docs/images/bulma-logo-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/images/bulma-logo-turquoise.png
Normal file
BIN
docs/images/bulma-logo-turquoise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user