1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-28 04:08:47 +02: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 {
font-family: $font-family-sans-serif;
@include themify($themes) {
color: themed('textColor');
}
font-size: $font-size-base;
font-weight: normal;
}
p {