Fix homepage button (#912)

This commit is contained in:
Jonah Aragon 2022-04-05 10:48:48 -05:00 committed by GitHub
parent 7d24b5c0c1
commit e49aa04efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
hide:
- toc

View File

@ -54,9 +54,13 @@
color: var(--md-primary-bg-color);
}
.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);
border-color: var(--md-primary-bg-color);
border-color: transparent;
margin-right: 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">
<h1>The guide to restoring your online privacy.</h1>
<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">
Privacy Tools
<a href="{{ 'tools/' | url }}" title="Recommended privacy tools, services, and knowledge" class="md-button md-button--primary">
Recommended Tools
</a>
<a href="{{ 'blog/' | url }}" title="Blog posts from Privacy Guides contributors" class="md-button">
Read our blog