Stylize h3/h4 elements

This commit is contained in:
Tobias Berger 2021-10-02 19:33:17 +02:00
parent acf26d9ba5
commit 328f9cadf0

View file

@ -52,6 +52,15 @@ button {
} }
} }
h4,
h3 {
color: var(--color-lighter);
}
h4 {
text-decoration: underline;
}
#modal-backdrop { #modal-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;