1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Neutralise/reset heading styles

- make size/weight match regular text
- remove the theming, as it will inherit this anyway from its surroundings/container; having the color explicitly defined here creates issues as it's more specific otherwise and overrides the local context
This commit is contained in:
Patrick H. Lauke
2021-12-13 19:53:01 +00:00
parent ea02d228f5
commit b5f2474b68

View File

@@ -43,10 +43,8 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: $font-family-sans-serif; font-family: $font-family-sans-serif;
font-size: $font-size-base;
@include themify($themes) { font-weight: normal;
color: themed('textColor');
}
} }
p { p {