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