mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Add more color documentation, Add light buttons to docs
This commit is contained in:
41
docs/bulma-dark.sass
Normal file
41
docs/bulma-dark.sass
Normal file
@@ -0,0 +1,41 @@
|
||||
@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
|
||||
|
||||
.bd-navbar
|
||||
background-color: $scheme-main-bis
|
||||
|
||||
&.has-shadow
|
||||
box-shadow: none
|
||||
Reference in New Issue
Block a user