From 95333365a611afb3b6d9443c295cea3e98d763db Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 05:51:26 -0500 Subject: [PATCH] Initial commit --- CSS/transparent-header.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CSS/transparent-header.css diff --git a/CSS/transparent-header.css b/CSS/transparent-header.css new file mode 100644 index 0000000..474e688 --- /dev/null +++ b/CSS/transparent-header.css @@ -0,0 +1,13 @@ +/* Transparent header bar */ +.skinHeader { + background-color: transparent !important; +} + +/* Rounded header buttons */ +.headerTabs { + background-color:rgba(25, 25, 25, 0.5) !important; + border-radius: 50px !important; + backdrop-filter: blur(50px) !important; + margin-top: -1.7em !important; + margin-left: 250px !important; +} \ No newline at end of file