19 lines
176 B
CSS
19 lines
176 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
font-size: 16pt;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
font-size: 16pt;
|
||
|
text-align: left !important;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
font-size: 16pt;
|
||
|
}
|
||
|
|
||
|
|
||
|
#errorbox {
|
||
|
font-size: 200%;
|
||
|
}
|