1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-20 10:21:31 +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],
+3 -3
View File
@@ -8,14 +8,14 @@ layout: pg-home
<div class="hx:mt-6 hx:mb-6">
{{< hextra/hero-headline >}}
Consumer Data Privacy&nbsp;<br class="hx:sm:block hx:hidden" />Advocacy &amp; Resources
Consumer Data Privacy Advocacy &amp; Resources
{{< /hextra/hero-headline >}}
</div>
<div class="hx:mb-12">
{{< hextra/hero-subtitle >}}
<strong>Privacy Guides</strong> is the only impartial, non-profit project<br class="hx:sm:block hx:hidden" />
focused on building a <strong>strong privacy advocacy</strong> community <br class="hx:sm:block hx:hidden" />
<strong>Privacy Guides</strong> is the only impartial, non-profit project
focused on building a <strong>strong privacy advocacy</strong> community
and delivering the best <strong>digital privacy education</strong> on the internet.
{{< /hextra/hero-subtitle >}}
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB