mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-04 08:28:52 +01:00
11 lines
242 B
CSS
11 lines
242 B
CSS
/*Transparent top header */
|
|
|
|
.skinHeader {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.headerTabs {
|
|
background-color:rgba(25, 25, 25, 0.5) !important;
|
|
border-radius: 50px !important;
|
|
backdrop-filter: blur(50px) !important;
|
|
} |