Archived
Template
1
Fork 0

Minor changes to Header CSS

This commit is contained in:
Korbs 2024-01-31 06:58:07 -05:00
parent 9481eed603
commit 9b2963f886
No known key found for this signature in database

View file

@ -4,8 +4,8 @@ header {
left: 0px; left: 0px;
width: 100%; width: 100%;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
background: rgb(13 13 13 / 80%); background: rgb(13 13 13 / 50%);
border-bottom: 1px gray solid; border-bottom: 1px rgb(33, 33, 33) solid;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-content: center; align-content: center;
@ -19,6 +19,7 @@ header {
cursor: default; cursor: default;
a { a {
text-decoration: none; text-decoration: none;
color: white;
} }
.header-start { .header-start {
a { a {