remove font from controls
This commit is contained in:
@ -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) {
|
||||||
|
1
public/css/styles.min.css
vendored
1
public/css/styles.min.css
vendored
@ -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 |
Reference in New Issue
Block a user