Fixed code blocks in light mode
All checks were successful
/ build (push) Successful in 37s

This commit is contained in:
vanten-s 2024-08-06 22:45:33 +02:00
parent f94680319f
commit 2a361c2f61
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 4 additions and 5 deletions

View file

@ -3,11 +3,6 @@
background-color: #1e1e2e;
}
code {
color: #cdd6f4;
background-color: #1e1e2e;
}
.chroma .cl {
color: #cdd6f4;
}

View file

@ -71,3 +71,7 @@ a {
border-top: 1px solid var(--border);
margin-top: 1rem;
}
code {
background-color: var(--navbar);
}