mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
53 lines
1.0 KiB
Sass
53 lines
1.0 KiB
Sass
@import "../sass/utilities/initial-variables.sass"
|
|
|
|
@media (prefers-color-scheme: light)
|
|
.bd-scheme-dark
|
|
display: none
|
|
|
|
@media (prefers-color-scheme: dark)
|
|
.bd-scheme-light
|
|
display: none
|
|
html
|
|
background-color: $scheme-invert-bis
|
|
color: $scheme-main-ter
|
|
.bd-navbar
|
|
background-color: $scheme-invert-ter
|
|
&.has-shadow
|
|
box-shadow: none
|
|
.title
|
|
color: $scheme-main
|
|
|
|
// // 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
|