remove font from controls

This commit is contained in:
MCHost
2025-06-23 19:31:51 -04:00
parent 81535269bc
commit ff023f6cb9
3 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@
min-width: 80px; min-width: 80px;
text-align: center; text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
font-family: 'Minecraft', sans-serif; /* Apply Minecraft font */
} }
.control-btn:hover:not(.disabled-btn) { .control-btn:hover:not(.disabled-btn) {

View File

@ -726,7 +726,6 @@
min-width: 80px; min-width: 80px;
text-align: center; text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
font-family: 'Minecraft', sans-serif;
} }
.control-btn:hover:not(.disabled-btn) { .control-btn:hover:not(.disabled-btn) {
transform: translateY(-1px); transform: translateY(-1px);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 473 KiB