From 213b5cc9cd3034a081d5e870aff4268b13a5c122 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Wed, 9 Nov 2022 07:09:20 -0500 Subject: [PATCH] Initial commit --- CSS/theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CSS/theme.css 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