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

@@ -5504,6 +5504,15 @@ a.dropdown-item.is-active {
margin-bottom: 1.5rem;
}
.message strong {
color: currentColor;
}
.message a:not(.button):not(.tag) {
color: currentColor;
text-decoration: underline;
}
.message.is-small {
font-size: 0.75rem;
}
@@ -5660,15 +5669,6 @@ a.dropdown-item.is-active {
position: relative;
}
.message-header a:not(.button),
.message-header strong {
color: currentColor;
}
.message-header a:not(.button) {
text-decoration: underline;
}
.message-header .delete {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
@@ -5691,15 +5691,6 @@ a.dropdown-item.is-active {
padding: 1em 1.25em;
}
.message-body a:not(.button),
.message-body strong {
color: currentColor;
}
.message-body a:not(.button) {
text-decoration: underline;
}
.message-body code,
.message-body pre {
background-color: white;