1
0
Fork 0
mirror of https://git.kittycat.homes/zoe/hugo-battheme.git synced 2024-08-15 03:25:18 +00:00

fix h2 headings in lists oops

This commit is contained in:
zoe 2022-04-13 20:09:09 +02:00
parent 2725519a11
commit abb81b7aca

View file

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