1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-31 15:51:08 +00:00

Update recommendation card design (#1316)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
lexi
2022-05-28 04:51:26 +00:00
committed by Daniel Gray
parent 8b1d9cd9b6
commit 58343b1dd9
28 changed files with 892 additions and 616 deletions

View File

@@ -146,6 +146,26 @@ h1, h2, h3, .md-header__topic {
right:auto;
}
.downloads p > a:not(:last-child) {
padding-right: 0.5em;
}
details[class="downloads annotate"] > p .md-annotation span span::before {
vertical-align: 0;
}
/* Card links */
.md-typeset .card-link {
color: var(--md-default-fg-color--light);
}
.md-typeset .card-link:hover {
color: var(--md-accent-fg-color);
}
.md-typeset .card-link:not(:first-child) {
padding-left: 0.5em;
}
/* Correct page icon size */
.md-nav__link svg {
width: 22px;