mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
add transparency to navbar
This commit is contained in:
parent
16a561a5d5
commit
fac5c0c809
1 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,19 @@
|
||||||
color: var(--bg);
|
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 **/
|
/** Sophie/Zvava CSS https://zvava.org **/
|
||||||
/* floating mobile navbar - */
|
/* floating mobile navbar - */
|
||||||
#iceshrimp_app {
|
#iceshrimp_app {
|
||||||
|
|
Loading…
Reference in a new issue