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:
@@ -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
@@ -8,14 +8,14 @@ layout: pg-home
|
||||
|
||||
<div class="hx:mt-6 hx:mb-6">
|
||||
{{< hextra/hero-headline >}}
|
||||
Consumer Data Privacy <br class="hx:sm:block hx:hidden" />Advocacy & Resources
|
||||
Consumer Data Privacy Advocacy & 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 |
Reference in New Issue
Block a user