mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix hero subtitle link
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
|
## 0.0.22
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* links in hero subtitle
|
||||||
|
|
||||||
## 0.0.21
|
## 0.0.21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -64,6 +64,7 @@
|
|||||||
color: inherit
|
color: inherit
|
||||||
.subtitle
|
.subtitle
|
||||||
color: rgba($color-invert, 0.7)
|
color: rgba($color-invert, 0.7)
|
||||||
|
a,
|
||||||
strong
|
strong
|
||||||
color: $color-invert
|
color: $color-invert
|
||||||
.header .container
|
.header .container
|
||||||
|
|||||||
Reference in New Issue
Block a user