microsite: fix display of summary elements

This commit is contained in:
Patrik Oldsberg
2021-01-15 11:43:16 +01:00
parent 2b7ba47ce2
commit be2f9d8049
+5
View File
@@ -48,6 +48,11 @@ h6 {
color: $textColor;
}
summary {
color: $textColor;
cursor: pointer;
}
h2:hover .hash-link {
opacity: 1;
}