add functionality to edit peerings

This commit is contained in:
lare 2022-12-03 23:26:04 +01:00
parent 85c2080dc1
commit 8cb78cde2e
4 changed files with 360 additions and 10 deletions

View file

@ -1,7 +1,8 @@
:root {
--bg-color: #aaa;
--text-color: black;
--other-background: #444;
--text-color: black;
--text-color-dark: white;
/* --accent-color: ; */
}
@ -98,7 +99,10 @@ button {
border-width: 5px;
padding: 10px;
}
button.button-selected{
background-color: var(--other-background);
color: var(--text-color-dark);
}
.peering>* {
width:auto;
align-items: center;