Add text button styling

This commit is contained in:
Kouya Heika
2025-09-21 10:05:07 -05:00
parent 0c5bca9bc3
commit aa34504d33

View File

@@ -130,6 +130,15 @@ button.formbutton a {
margin-right: 4px; margin-right: 4px;
} }
.button.longbutton.textbutton {
text-align: center;
}
.button.longbutton.textbutton a {
font-size: 16px;
display: inline-block !important;
}
.button:hover, .button.selected, button.formbutton:hover { .button:hover, .button.selected, button.formbutton:hover {
background: var(--hover-button-background); background: var(--hover-button-background);
border: var(--hover-button-border); border: var(--hover-button-border);