make #tip formatting universal

This commit is contained in:
buzz-lightsnack-2007 2024-05-13 23:18:37 +08:00
parent 077a100247
commit 8670c8fb54
2 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,8 @@ h1, h2, h3, h4, h5, h6 {
}
#author {
font-style: italic;
}
#tip {
font-style: italic;
}

View file

@ -3,8 +3,4 @@
.card-title, #summary {
font-size: 175% !important;
font-weight: bold !important;
}
#tip {
font-style: italic;
}