Fixed bugs when generating URLs

This commit is contained in:
2026-04-16 09:14:35 -05:00
parent 4e1fb5e5ec
commit 653740cc3a
4 changed files with 38 additions and 10 deletions

View File

@@ -25,6 +25,11 @@ nav#sidebar {
text-decoration: none;
}
a.failed {
color: #777777;
cursor: not-allowed;
}
ul {
margin: 0;
}
@@ -121,6 +126,11 @@ hr#sectorbar {
color: var(--color);
text-decoration: none;
}
a.failed {
color: #777777;
cursor: not-allowed;
}
}
#other>div {