1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

Fix homepage button (#912)

This commit is contained in:
2022-04-05 10:48:48 -05:00
committed by GitHub
parent 7d24b5c0c1
commit e49aa04efc
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Privacy Tools title: Recommended Privacy Tools
icon: material/tools icon: material/tools
hide: hide:
- toc - toc

View File

@ -54,9 +54,13 @@
color: var(--md-primary-bg-color); color: var(--md-primary-bg-color);
} }
.mdx-hero .md-button--primary { .mdx-hero .md-button--primary {
color: var(--md-primary-fg-color)!important; color: var(--md-primary-fg-color);
background-color: var(--md-primary-bg-color); background-color: var(--md-primary-bg-color);
border-color: var(--md-primary-bg-color); border-color: transparent;
margin-right: 0.5rem; margin-right: 0.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.mdx-hero .md-button--primary:is(:focus, :hover) {
color: white;
}

View File

@ -11,8 +11,8 @@
<div class="mdx-hero__content"> <div class="mdx-hero__content">
<h1>The guide to restoring your online privacy.</h1> <h1>The guide to restoring your online privacy.</h1>
<p>{{ config.site_description }}</p> <p>{{ config.site_description }}</p>
<a href="{{ 'tools/' | url }}" title="Recommended services, tools, and knowledge to protect your privacy" class="md-button md-button--primary"> <a href="{{ 'tools/' | url }}" title="Recommended privacy tools, services, and knowledge" class="md-button md-button--primary">
Privacy Tools Recommended Tools
</a> </a>
<a href="{{ 'blog/' | url }}" title="Blog posts from Privacy Guides contributors" class="md-button"> <a href="{{ 'blog/' | url }}" title="Blog posts from Privacy Guides contributors" class="md-button">
Read our blog Read our blog