Apply translucency to menus

This commit is contained in:
Adorian Doran 2024-11-24 22:38:00 +02:00
parent 2243db5b20
commit 116e362a5e

View File

@ -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