Send data to script

This commit is contained in:
Magnus Åhall 2025-08-08 10:39:04 +02:00
parent ef0a20ffe0
commit 9514628710
3 changed files with 20 additions and 4 deletions

View file

@ -62,13 +62,14 @@ button {
padding: 16px 32px;
}
#menu .item {
font-size: 1.1em;
cursor: pointer;
}
#menu .item.selected {
font-weight: bold;
}
#logo img {
height: 96px;
height: 64px;
margin-right: 32px;
}
#nodes {

View file

@ -79,6 +79,7 @@ button {
}
.item {
font-size: 1.1em;
cursor: pointer;
&.selected {
@ -89,7 +90,7 @@ button {
#logo {
img {
height: 96px;
height: 64px;
margin-right: 32px;
}
}