diff --git a/docs/activism/about.md b/docs/activism/about.md index ad84aeb0..2a19ae07 100644 --- a/docs/activism/about.md +++ b/docs/activism/about.md @@ -21,5 +21,8 @@ For privacy to become a valued and respected human right, **we must work togethe This section will progressively grow with more tools to support the community in its privacy advocacy and activism effort. The Privacy Activist Toolbox is the first part of this new development. - -[
![Toolbox icon](images/icons/toolbox-solid-full.svg){.category-button-icon} Privacy Activist Toolbox
](toolbox/index.md) +
+ +[:fontawesome-solid-toolbox:{ .toolbox-button-icon } Privacy Activist Toolbox](toolbox/index.md){ .toolbox-button .toolbox-bg-legal } + +
diff --git a/docs/activism/toolbox/index.md b/docs/activism/toolbox/index.md index b9b10b23..4f83289b 100644 --- a/docs/activism/toolbox/index.md +++ b/docs/activism/toolbox/index.md @@ -20,68 +20,23 @@ This page is also a resource to help digital rights organizations that would lik
- - - +[:fontawesome-solid-scale-balanced:{ .toolbox-button-icon } Check
Your Laws](#check-your-laws){ .toolbox-button .toolbox-bg-legal } - - - +[:fontawesome-solid-toolbox:{ .toolbox-button-icon } Choose
Your Tools](#choose-your-tools){ .toolbox-button .toolbox-bg-tools } - - - +[:fontawesome-solid-users-rays:{ .toolbox-button-icon } Expand Your Perspective](#expand-your-perspective){ .toolbox-button .toolbox-bg-perspective } - - - +[:fontawesome-solid-hands-holding-circle:{ .toolbox-button-icon } Support The Community](#support-the-community){ .toolbox-button .toolbox-bg-community } - - - +[:fontawesome-solid-handshake-angle:{ .toolbox-button-icon } Build
Alliances](#build-alliances){ .toolbox-button .toolbox-bg-alliances } - - - +[:fontawesome-solid-heart-circle-check:{ .toolbox-button-icon } Make It Accessible](#make-it-accessible){ .toolbox-button .toolbox-bg-accessibility } - - - +[:fontawesome-solid-star:{ .toolbox-button-icon } Uphold
Integrity](#uphold-integrity){ .toolbox-button .toolbox-bg-integrity } - - - +[:fontawesome-solid-heart:{ .toolbox-button-icon } Stay
Persistent](#stay-persistent){ .toolbox-button .toolbox-bg-persistence } - - - +[:fontawesome-solid-hand-fist:{ .toolbox-button-icon } Take
Action!](#take-action){ .toolbox-button .toolbox-bg-action }
diff --git a/theme/assets/stylesheets/extra.css b/theme/assets/stylesheets/extra.css index ad008da0..80e0aa01 100644 --- a/theme/assets/stylesheets/extra.css +++ b/theme/assets/stylesheets/extra.css @@ -628,7 +628,7 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l- } /* Category Button Style*/ -.category-button { +.md-typeset .category-button { display:flex; text-align: center; font-weight: bold; @@ -639,13 +639,13 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l- border-radius: 12px; } -.category-button:hover { +.md-typeset .category-button:hover { position: relative; transform: scale(1.01); box-shadow: 5px 10px 10px 5px rgba(0,0,0,0.3); } -.category-button a, .category-button a:hover { +.md-typeset .category-button a, .md-typeset .category-button a:hover { color: #ffffff; } @@ -665,7 +665,7 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l- grid-gap: 0.7rem; } -.toolbox-button { +.toolbox-button-grid .toolbox-button { display: flex; flex-direction: column; text-align: center; @@ -676,24 +676,28 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l- height: 7rem; width: 7rem; color: white; - background-color: grey; padding: 5px; border: 2px solid var(--pg-light-border); border-radius: 12px; cursor: pointer; } -.toolbox-button:hover { +.toolbox-button-grid .toolbox-button:hover { position: relative; transform: scale(1.08); box-shadow: 5px 10px 10px 5px rgba(0,0,0,0.3); + color: white; } -.toolbox-button-icon { +.toolbox-button-grid .toolbox-button-icon { + height: 5em; display: inline-flex; padding: 8px 30px 5px 30px; overflow: visible; - filter: invert(1); +} + +.toolbox-button-grid .toolbox-button-icon svg { + width: 5em; } /* Toolbox Button Colors*/