Fixed | Change Main Category

This commit is contained in:
sageTheDM 2024-10-03 14:03:28 +02:00
parent b8fdf5b3d8
commit f8f72ba447
2 changed files with 210 additions and 283 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 {