fix: button font size

This commit is contained in:
cha0s 2020-06-19 22:23:03 -05:00
parent b920db1ff9
commit 95dbd39d64

View File

@ -123,6 +123,7 @@ button {
background: #222222;
border: 1px solid rgba(255, 255, 255, 0.1);
color: #ffffff;
font-size: 100%;
}
button, input[type="checkbox"], input[type="checkbox"] + label {