Minor changes to Header CSS
This commit is contained in:
parent
9481eed603
commit
9b2963f886
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue