diff --git a/CSS/theme.css b/CSS/theme.css new file mode 100644 index 0000000..f36909f --- /dev/null +++ b/CSS/theme.css @@ -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; +} \ No newline at end of file