mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
17 lines
366 B
Sass
17 lines
366 B
Sass
$bootstrap: #6f5499
|
|
$bootstrap-invert: #fff
|
|
|
|
.bootstrap
|
|
.hero
|
|
background-color: $bootstrap
|
|
color: $bootstrap-invert
|
|
.title,
|
|
.subtitle
|
|
color: currentColor
|
|
.subtitle
|
|
color: rgba($bootstrap-invert, 0.5)
|
|
.subtitle a
|
|
border-bottom: 1px solid currentColor
|
|
color: currentColor
|
|
&:hover
|
|
color: $bootstrap-invert |