Initial commit

This commit is contained in:
loof2736 2022-11-09 07:09:20 -05:00
parent 080dcbf2ec
commit 213b5cc9cd

14
CSS/theme.css Normal file
View File

@ -0,0 +1,14 @@
.skinHeader {
background-color: transparent !important;
}
.headerTabs {
background-color:rgba(25, 25, 25, 0.5) !important;
border-radius: 50px !important;
backdrop-filter: blur(50px) !important;
}
.cardContent,
.cardPadder {
border-radius: 15px !important;
}