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

Revamping the Encrypted DNS page (#767)

Co-authored-by: lexi <git@lx-is.lol>
This commit is contained in:
Daniel Gray
2022-03-25 04:58:34 +00:00
parent 40162218de
commit 78b49b2f4e
32 changed files with 776 additions and 194 deletions

View File

@@ -8,6 +8,13 @@
@import "./node_modules/bootstrap/scss/mixins";
@import "./node_modules/bootstrap/scss/utilities";
.flowchart{
width: 40vmax;
float: center;
padding: 10px;
background-color: var(--bs-body-bg);
}
$dm-grays: (
"dm-white": $white,
"dm-100": $gray-100,
@@ -76,6 +83,7 @@ h1, h2, h3:not(.h5), h4 {
@import "./node_modules/bootstrap/scss/bootstrap";
@import "pg-font";
@import "flag-icon";
@import "terminal";
.textColor {
fill: $dark;

View File

@@ -20,6 +20,13 @@ $hr-border-color: $body-color;
@import "./node_modules/bootstrap/scss/variables";
@import "variables";
.flowchart{
width: 40vmax;
float: center;
padding: 10px;
background-color: var(--bs-body-bg);
}
$dm-grays: (
"dm-white": $black,
"dm-100": $gray-900,