versie 1.4.0 - the 'Me 'n U' update

This commit is contained in:
Mel M. van Veen
2024-12-03 16:05:22 +01:00
parent 198b433ceb
commit 1afb06beed
16 changed files with 458 additions and 12 deletions

View File

@@ -91,6 +91,7 @@
border-radius: 5px;
cursor: grab;
text-align: center;
font-weight: bold;
width: 100%;
margin: 5px;
color: white;
@@ -98,11 +99,12 @@
.draggable-button:active {
cursor: grabbing;
background-color: #eb4f1b;
}
.draggable-button.dragging {
background-color: #c0e4ff;
background-color: #eb4f1b;
}
a{