Files
bulma/docs/_sass/bootstrap.sass
2017-07-31 17:44:40 +01:00

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