[Glitch] fix missing style in warning and strike cards

Port 42e16ea52d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/41/head
Rin 2022-12-14 06:03:09 +11:00 committed by Claire
parent 32b8b3355b
commit 21ee6a777d
1 changed files with 9 additions and 0 deletions

View File

@ -1681,6 +1681,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;