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