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 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Reference in a new issue