update css to use transparency var

This commit is contained in:
nelle 2024-07-11 02:36:07 -06:00
parent eb52504e9e
commit 0cd0c3ecaf

View file

@ -12,17 +12,22 @@
/** jormungandr css **/ /** jormungandr css **/
/* Make foreground of mobile pencil icon dark */ /* Make foreground of mobile pencil icon dark */
.postButton .ph-pencil { .postButton .ph-pencil {
color: var(--bg); color: var(--bg);
} }
/* transparency to menuBar and navbar */ /* transparency to menuBar and navbar and widgets */
#iceshrimp_app div.dkgtipfy.isMobile div.buttons { #iceshrimp_app div.dkgtipfy.isMobile div.buttons {
opacity: .9; opacity: var(--transparency);
} }
#iceshrimp_app div.dkgtipfy.isMobile div.menuDrawer { #iceshrimp_app div.dkgtipfy.isMobile div.menuDrawer {
opacity: .9; opacity: var(--transparency);
}
.widgetsDrawer {
opacity: var(--transparency);
} }
/* make "new beeps available" button have proper radius */ /* make "new beeps available" button have proper radius */
@ -32,7 +37,6 @@
/** Sophie/Zvava CSS https://zvava.org **/ /** Sophie/Zvava CSS https://zvava.org **/
/* floating mobile navbar - */ /* floating mobile navbar - */
#iceshrimp_app { #iceshrimp_app {