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

@ -11,3 +11,7 @@ h1, h2, h3, h4, h5, h6 {
#author { #author {
font-style: italic; font-style: italic;
} }
#tip {
font-style: italic;
}

View file

@ -4,7 +4,3 @@
font-size: 175% !important; font-size: 175% !important;
font-weight: bold !important; font-weight: bold !important;
} }
#tip {
font-style: italic;
}