general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
nav {
|
||||
background-color: #ffcd38;
|
||||
background: #000;
|
||||
border-bottom: solid 1px #fff;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
@ -19,26 +20,6 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
nav img {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
#nav-icons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dark nav {
|
||||
background-color: #fec260;
|
||||
}
|
||||
|
Reference in New Issue
Block a user