1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-20 10:21:31 +00:00

feat: Use data files for DPA directory

This commit is contained in:
2026-05-19 00:46:19 -05:00
parent 4a5299a81a
commit d7beb2e8a7
10 changed files with 1356 additions and 1402 deletions
+7 -3
View File
@@ -233,7 +233,7 @@ body.privacy-guides .hextra-feature-grid a.pg\:colored-card:has(img) {
border-bottom: 1px solid var(--hx-color-primary-500);
}
.hextra-max-navbar-width a[href*="/about/donate/"] {
.hextra-max-navbar-width a.hx\:text-sm[href*="/about/donate/"] {
color: white;
background-color: var(--hx-color-primary-800);
font-weight: 900;
@@ -242,6 +242,10 @@ body.privacy-guides .hextra-feature-grid a.pg\:colored-card:has(img) {
border-radius: var(--hx-radius-md);
}
.hextra-search-wrapper {
margin-right: 1em;
}
p.pg\:image\:right img {
float: right;
width: 150px;
@@ -501,7 +505,7 @@ a.footnote-ref {
/* Toolbox Button Top Style */
.toolbox-button-top {
font-size: 0.7rem;
float: right;
text-align: right;
}
.toolbox-button-top a, .toolbox-button-top a:visited {
@@ -511,7 +515,7 @@ a.footnote-ref {
/* DPA Directory */
.dpadirectory-table {
padding: 1rem;
padding-top: 1rem;
border-collapse: collapse;
width: 100%;
line-height: 1.05rem;