Update default h6 font weight

This commit is contained in:
jeffvli
2021-11-02 17:41:35 -07:00
committed by Jeff
parent e90ee78fa4
commit af03e7712e

View File

@@ -152,3 +152,7 @@ body {
opacity: 1;
transition: opacity 0.1s;
}
h6 {
font-weight: 400;
}