mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -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 **/
|
||||
/* Make foreground of mobile pencil icon dark */
|
||||
|
||||
|
||||
.postButton .ph-pencil {
|
||||
color: var(--bg);
|
||||
}
|
||||
|
||||
/* transparency to menuBar and navbar */
|
||||
/* transparency to menuBar and navbar and widgets */
|
||||
#iceshrimp_app div.dkgtipfy.isMobile div.buttons {
|
||||
opacity: .9;
|
||||
opacity: var(--transparency);
|
||||
}
|
||||
|
||||
#iceshrimp_app div.dkgtipfy.isMobile div.menuDrawer {
|
||||
opacity: .9;
|
||||
opacity: var(--transparency);
|
||||
}
|
||||
.widgetsDrawer {
|
||||
opacity: var(--transparency);
|
||||
}
|
||||
|
||||
/* make "new beeps available" button have proper radius */
|
||||
|
@ -32,7 +37,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
/** Sophie/Zvava CSS https://zvava.org **/
|
||||
/* floating mobile navbar - */
|
||||
#iceshrimp_app {
|
||||
|
|
Loading…
Reference in a new issue