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

style: Update formatting for cloud storage page

This commit is contained in:
2026-05-12 12:37:31 -05:00
parent f3549225a9
commit 2e0ad0fc9d
3 changed files with 55 additions and 74 deletions
+14
View File
@@ -189,3 +189,17 @@ h1, .content h1, .content h2, .content h3 {
color:var(--hx-color-primary-800);
text-decoration: none;
}
.content :where(a):not(:where([class~=not-prose],
[class~=not-prose] *)):hover {
text-decoration: underline;
}
a.footnote-ref {
font-weight: 900;
}
.pg-card-logos img {
width: 100px;
padding: 16px;
}