mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-04 08:28:52 +01:00
12 lines
306 B
CSS
12 lines
306 B
CSS
/* 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;
|
|
} |