fix h2 headings in lists oops

This commit is contained in:
zoe 2022-04-13 20:09:09 +02:00
parent 2725519a11
commit abb81b7aca
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ h2 {
h2 a {
color: $dark-bg;
&.light{
color: $light-bg;
}
}
h3 {