fix: better nav styling

This commit is contained in:
Ashhhleyyy 2022-09-21 22:49:11 +01:00
parent e12d1e6bfc
commit 732a9680c7
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -79,9 +79,6 @@ h1 {
max-width: 720px;
align-items: center;
justify-content: space-around;
}
.kc-logo-text {
font-family: monospace;
font-size: 24px;
font-weight: 500;
@ -89,16 +86,12 @@ h1 {
color: var(--foreground-bright);
}
.kc-logo-text:hover {
color: var(--foreground);
}
.kc-logo-text::before {
.nav::before {
content: "[ ";
color: var(--accent);
}
.kc-logo-text::after {
.nav::after {
content: " ]";
color: var(--accent);
}