mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
update css to use transparency var
This commit is contained in:
parent
eb52504e9e
commit
0cd0c3ecaf
1 changed files with 8 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue