Adjust typography color: use .text-primary instead of h5 background

This commit is contained in:
2026-06-23 12:16:48 +02:00
parent b02bc861a6
commit bc20f17183
+2 -2
View File
@@ -15,8 +15,8 @@ body {
-o-background-size: cover; -o-background-size: cover;
} }
h5 { .text-primary {
background-color: #7a6111; color: #7a6111 !important;
} }
.badge-info { .badge-info {