This commit is contained in:
Jeremy Thomas
2017-09-18 23:02:43 +01:00
parent eacb9f115a
commit f89cca4c50
5 changed files with 25 additions and 30 deletions

View File

@@ -19,6 +19,11 @@ $message-body-pre-code-background-color: transparent !default
background-color: $message-background-color
border-radius: $message-radius
font-size: $size-normal
strong
color: currentColor
a:not(.button):not(.tag)
color: currentColor
text-decoration: underline
// Sizes
&.is-small
font-size: $size-small
@@ -53,11 +58,6 @@ $message-body-pre-code-background-color: transparent !default
line-height: 1.25
padding: $message-header-padding
position: relative
a:not(.button),
strong
color: currentColor
a:not(.button)
text-decoration: underline
.delete
flex-grow: 0
flex-shrink: 0
@@ -72,11 +72,6 @@ $message-body-pre-code-background-color: transparent !default
border-radius: $message-body-radius
color: $message-body-color
padding: $message-body-padding
a:not(.button),
strong
color: currentColor
a:not(.button)
text-decoration: underline
code,
pre
background-color: $message-body-pre-background-color