0
0
Fork 0

Fix button styling in Role Selecting

This commit is contained in:
Oliver-Akins 2020-12-08 17:44:04 -07:00
parent b85a2f5635
commit 938481f8a7

View file

@ -59,9 +59,13 @@ export default {
button {
background-color: var(--background3);
color: var(--background3-text);
font-family: var(--fonts);
border-radius: 50px;
border-style: none;
font-size: larger;
outline: none;
padding: 10px;
margin: 10px;
width: 85%;
}
button:hover { background-color: var(--background3-darken); }