mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Use blue color
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
html.route-index
|
||||
.title.is-2
|
||||
position: relative
|
||||
|
||||
.title.is-2 a
|
||||
color: #242424
|
||||
color: $text-strong
|
||||
position: relative
|
||||
|
||||
.title.is-2 a:hover
|
||||
color: #00d1b2
|
||||
|
||||
color: $blue
|
||||
.title.is-2 .icon.is-medium
|
||||
left: -80px
|
||||
opacity: 0.1
|
||||
@@ -16,23 +13,17 @@ html.route-index
|
||||
top: 10px
|
||||
.fa
|
||||
font-size: 56px
|
||||
|
||||
.hero .title.is-2 a
|
||||
color: white
|
||||
|
||||
color: $white
|
||||
.hero .title.is-2 a:hover
|
||||
color: white
|
||||
|
||||
color: $white
|
||||
.hero.is-primary a.column,
|
||||
.hero.is-primary a.column:hover
|
||||
color: white
|
||||
|
||||
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
|
||||
|
||||
.title.is-2 .icon.is-medium
|
||||
display: none
|
||||
|
||||
Reference in New Issue
Block a user