From b02bc861a67e3a551f4e8f91e09823d656a09966 Mon Sep 17 00:00:00 2001 From: webfarben Date: Tue, 23 Jun 2026 12:10:19 +0200 Subject: [PATCH] Add custom styling: set h5 and .badge-info background-color to #7a6111 --- css/full-width-pics.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/full-width-pics.css b/css/full-width-pics.css index e098a76..dc1c5a4 100644 --- a/css/full-width-pics.css +++ b/css/full-width-pics.css @@ -14,3 +14,11 @@ body { background-size: cover; -o-background-size: cover; } + +h5 { + background-color: #7a6111; +} + +.badge-info { + background-color: #7a6111; +}