This commit is contained in:
iFargle 2023-08-31 00:15:46 +09:00
parent b7e312da43
commit 3bd9e70327

View file

@ -53,6 +53,8 @@
} }
button { button {
color: #d5c4a1; color: #d5c4a1;
font-size: 0px;
border-radius: 500px;
background-color: #1E1E1E; background-color: #1E1E1E;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
@ -62,7 +64,7 @@
} }
button:active, button:hover { button:active, button:hover {
background-color: #a89984; background-color: #504945;
outline-style: none; outline-style: none;
} }