add italic font style for the scroll down tip

This commit is contained in:
buzz-lightsnack-2007 2024-05-07 15:30:42 +08:00
parent 914cd5ff74
commit 38a9d379dc

View file

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