1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-25 04:41:28 +00:00

style: Only use color headings for h1

This commit is contained in:
2026-05-19 11:40:05 -05:00
parent 4d61d3d6e4
commit fbe6d419ad
5 changed files with 5 additions and 9 deletions
+2 -6
View File
@@ -254,9 +254,7 @@ p.pg\:image\:right img {
html.light {
.content {
:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
color: var(--hx-color-primary-900)
}
:where(a):not(:where([class~=not-prose],
@@ -271,9 +269,7 @@ html.light {
html.dark {
.content {
:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
color: var(--hx-color-primary-200)
}
:where(a):not(:where([class~=not-prose],