From 116e362a5e1cda200069dc785ce897b76bf1e5ea Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 24 Nov 2024 22:38:00 +0200 Subject: [PATCH] Apply translucency to menus --- src/public/stylesheets/theme-next.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 692801531..b0667fdb4 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -58,7 +58,7 @@ --active-item-border-color: transparent; --menu-text-color: black; - --menu-background-color: white; + --menu-background-color: #ffffffd9; --modal-background-color: white; --modal-backdrop-color: black; @@ -132,7 +132,7 @@ --active-item-border-color: transparent; --menu-text-color: white; - --menu-background-color: #222; + --menu-background-color: #222222d9; --modal-background-color: #333; --modal-backdrop-color: #444; @@ -186,6 +186,9 @@ * USER INTERFACE */ +.dropdown-menu { + backdrop-filter: blur(10px) saturate(6); +} /* * TEXT NOTES