From 698cacad445a16e9a0a7ae03589397d9d453cb51 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 12 May 2024 14:29:24 +0200 Subject: [PATCH] Update style.css --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index b642a1f..1dbca99 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,16 @@ --rounding: 12px; } +/* --- Backdrop & Header --- */ + +.backgroundContainer.withBackdrop { + background-color: rgba(0, 0, 0, 0.55) !important; +} + +.skinHeader-withBackground { + background-color: rgba(0, 0, 0, 0.7) !important; +} + /* --- Colors --- */ @media (hover: hover) and (pointer: fine) {