debreviator/src/main/css/main.css

12 lines
128 B
CSS
Raw Normal View History

2021-12-01 22:00:21 +01:00
:root {
--error-color: red;
}
2021-11-28 18:29:40 +01:00
#debreviations {
height: 20em;
}
2021-12-01 22:00:21 +01:00
#abbreviation-error {
color: var(--error-color);
}