mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
22 lines
480 B
Sass
22 lines
480 B
Sass
html.route-index
|
|
.title.is-2,
|
|
.title.is-3
|
|
position: relative
|
|
a
|
|
color: $text-strong
|
|
position: relative
|
|
a:hover
|
|
color: $blue
|
|
.hero .title.is-2 a
|
|
color: $white
|
|
.hero .title.is-2 a:hover
|
|
color: $white
|
|
.hero.is-primary a.column,
|
|
.hero.is-primary a.column:hover
|
|
color: $white
|
|
.hero.is-primary a.column:hover .title strong
|
|
border-bottom: 1px solid
|
|
@media screen and (max-width: 979px)
|
|
.title.is-2 a
|
|
padding-left: 0
|