Initial commit

This commit is contained in:
loof2736 2022-11-10 05:51:26 -05:00
parent d940f10b74
commit 95333365a6

View File

@ -0,0 +1,13 @@
/* Transparent header bar */
.skinHeader {
background-color: transparent !important;
}
/* Rounded header buttons */
.headerTabs {
background-color:rgba(25, 25, 25, 0.5) !important;
border-radius: 50px !important;
backdrop-filter: blur(50px) !important;
margin-top: -1.7em !important;
margin-left: 250px !important;
}