Stylize h3/h4 elements
This commit is contained in:
parent
acf26d9ba5
commit
328f9cadf0
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue