Files
server/opt/psa/phpMyAdmin/themes/original/scss/_reboot.scss
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

18 lines
158 B
SCSS

// Body
body {
text-align: left;
}
// Forms
input,
select {
font-size: 1em;
}
textarea {
font-family: $font-family-monospace;
font-size: 1.2em;
}