Skip to content

Commit 2b61c02

Browse files
authored
Update style.css
1 parent 6dd1ab2 commit 2b61c02

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

style.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ h1 {
3535
/* Headerbar */
3636
.headerbar {
3737
display: flex;
38-
background: transparent !important;
38+
background: rgba(239, 241, 245, 0.8);
3939
justify-content: center; /* Center the view switcher horizontally */
4040
align-items: center; /* Align items vertically in the center */
4141
height: 47px; /* Set the headerbar height to 47px */
4242
padding: 0; /* Remove padding around the header */
4343
width: 100%; /* Ensure the header bar spans the full width */
4444
position: fixed;
4545
backdrop-filter: blur(8px);
46+
z-index: 9999; /* Ensure it appears above other content */
4647
}
4748

4849
/* View Switcher */
@@ -89,7 +90,3 @@ h1 {
8990
border-radius: 6px;
9091
}
9192

92-
/* Icon styling to match text color */
93-
.nav-icon {
94-
fill: red !important;
95-
}

0 commit comments

Comments
 (0)