Use serif font in alert boxes, too

This commit is contained in:
Thomas Jensen 2024-02-24 15:00:55 +01:00
parent 83d9c3a264
commit 8e6501c393
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -4,7 +4,7 @@
/*
* Unify fonts
*/
ul, ol, li, dd, .footer, table, nav, div.card-text {
ul, ol, li, dd, .footer, table, nav, div.card-text, .alert {
font-family: $font-family-serif;
}