multiple topology modes to toggle between

This commit is contained in:
2025-08-18 00:43:49 +02:00
parent d45693bc9b
commit e717f85c52
3 changed files with 71 additions and 27 deletions

View File

@@ -128,7 +128,9 @@ button.affirmative span {
}
button.affirmative:hover span {
background-color: #363132;
border-color: var(--highlight);
background-color: var(--highlight);
color: var(--theme);
}
button:disabled {