0
0
Fork 0

Tranform text to all uppercase in the writing boxes.

This commit is contained in:
Oliver-Akins 2021-01-05 14:12:30 -07:00
parent 2c6d22e922
commit d428d1160b

View file

@ -220,6 +220,7 @@ input[type="text"] {
font-family: var(--fonts);
background-color: var(--board-background-alt);
color: var(--board-background-alt-text);
text-transform: uppercase;
border-color: transparent;
border-style: solid;
border-radius: 7px;