mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #821
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
position: relative
|
||||
a,
|
||||
strong
|
||||
color: inherit
|
||||
color: currentColor
|
||||
a
|
||||
text-decoration: underline
|
||||
.delete
|
||||
@@ -51,7 +51,7 @@
|
||||
padding: 1em 1.25em
|
||||
a,
|
||||
strong
|
||||
color: inherit
|
||||
color: currentColor
|
||||
a
|
||||
text-decoration: underline
|
||||
code,
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
a:not(.button)
|
||||
color: currentColor
|
||||
text-decoration: underline
|
||||
strong
|
||||
color: currentColor
|
||||
code,
|
||||
pre
|
||||
background: $white
|
||||
@@ -19,7 +21,7 @@
|
||||
.title,
|
||||
.subtitle,
|
||||
.content
|
||||
color: inherit
|
||||
color: currentColor
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
|
||||
Reference in New Issue
Block a user