fix missing style in warning and strike cards (#22177)

This commit is contained in:
Rin 2022-12-14 06:03:09 +11:00 committed by GitHub
parent 55b210b3e5
commit 42e16ea52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1665,6 +1665,15 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
text: &highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;