From 2bbdc4034b1e1d3261bf2f8216ef54ea45a2d5a9 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 30 May 2024 12:11:51 +0200 Subject: [PATCH] feat(css): enhance large icons with primary color fill Introduced a new style rule for large icons to utilize the primary color as their fill, improving visual consistency across the UI. This change ensures that larger icons blend seamlessly with the overall color scheme of the interface, enhancing user experience and maintaining brand identity. --- assets/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/base.css b/assets/css/base.css index 0fa6901..8481a04 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -123,6 +123,10 @@ h5 { fill: var(--bs-primary-bg-subtle); } +.bs-icon.bs-icon-lg svg { + fill: var(--bs-primary) +} + /* Responsive Styles */ @media (max-width: 768px) { .navbar .container {