1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-25 12:51:25 +00:00

style: Use correct format for buttons

This commit is contained in:
2026-05-18 17:32:55 -05:00
parent 7dda698d6a
commit 52d2965b0b
34 changed files with 158 additions and 104 deletions
+6
View File
@@ -248,6 +248,12 @@ p.pg\:image\:right img {
margin-left: 1em;
}
.content :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
.content :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
.content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
color: var(--hx-color-primary-900)
}
.content :where(a):not(:where([class~=not-prose],
[class~=not-prose] *)) {
color:var(--hx-color-primary-800);