Fixed bugs when generating URLs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user