diff --git a/CSS/modified-header-bar.css b/CSS/modified-header-bar.css new file mode 100644 index 0000000..4564b0f --- /dev/null +++ b/CSS/modified-header-bar.css @@ -0,0 +1,11 @@ +/*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; +} \ No newline at end of file diff --git a/CSS/rounded-cards.css b/CSS/rounded-cards.css new file mode 100644 index 0000000..cb034e1 --- /dev/null +++ b/CSS/rounded-cards.css @@ -0,0 +1,7 @@ +/* Rounded cards */ + +.cardContent, +.cardPadder, +.cardOverlayContainer { + border-radius: 15px !important; +} \ No newline at end of file diff --git a/CSS/theme.css b/CSS/static-left-drawer.css similarity index 52% rename from CSS/theme.css rename to CSS/static-left-drawer.css index 56b60c8..a17f0c6 100644 --- a/CSS/theme.css +++ b/CSS/static-left-drawer.css @@ -1,23 +1,3 @@ -/*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; -} - -/* Rounded cards */ - -.cardContent, -.cardPadder, -.cardOverlayContainer { - border-radius: 15px !important; -} - /* Static left drawer */ .layout-desktop .mainDrawer {