Minor styling and tooling tweaks

This commit is contained in:
Juno Takano 2025-12-23 21:40:47 -03:00
commit a33d9cb1e1
2 changed files with 23 additions and 2 deletions

View file

@ -1,6 +1,7 @@
html {
height: 100%;
font-family: sans-serif;
line-height: 1.5;
}
body {
@ -102,9 +103,20 @@ nav li {
color: #1bc8c8;
text-decoration-color: #159b9b;
}
span.id-label {
background-color: #444;
border-color: #666;
}
span.hidden-label {
background-color: #000;
border-color: #555;
color: #969696;
}
}
@media (max-width: 650px) {
@media (max-width: 600px) {
nav li {
margin-right: 3px;
}