very cool fixes and a bit of a revert

This commit is contained in:
Patrick_Pluto 2024-10-03 16:57:24 +02:00
parent 091744d75b
commit c018829f8f
4 changed files with 280 additions and 275 deletions

View file

@ -61,8 +61,8 @@
}
.model-box.selected {
box-shadow: 0 0 15px 5px rgba(255, 255, 0, 0.7); /* Glowing border */
border-color: yellow;
box-shadow: 0 0 25px 5px var(--apply-button-hover-color); /* Glowing border */
border-color: var(--apply-button-hover-color);
}
.overlay {