add transparency to navbar

This commit is contained in:
nelle 2024-07-11 02:28:41 -06:00
parent 16a561a5d5
commit fac5c0c809

View file

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