From fac5c0c809dc8e5508c3c4d19f442972ddec92a8 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 02:28:41 -0600 Subject: [PATCH] add transparency to navbar --- custom/assets/instance.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index cf666fe4a..9e2137fda 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -16,6 +16,19 @@ color: var(--bg); } +/* transparency to menuBar and navbar */ +#iceshrimp_app div.dkgtipfy.isMobile div.buttons { + opacity: .9; +} + +#iceshrimp_app div.dkgtipfy.isMobile div.menuDrawer { + opacity: .9; +} + + + + + /** Sophie/Zvava CSS https://zvava.org **/ /* floating mobile navbar - */ #iceshrimp_app {