diff --git a/content/assets/css/colorscheme.scss b/content/assets/css/colorscheme.scss index 71b21313b..d28926a19 100644 --- a/content/assets/css/colorscheme.scss +++ b/content/assets/css/colorscheme.scss @@ -27,6 +27,7 @@ --gray: hsl(50, 0%, 50%); --orange: hsl(30, 100%, 50%); --yellow: hsl(47, 100%, 50%); + --icon-color: hsl(0deg 0% 70%); } /* Dark Mode */ @@ -48,6 +49,7 @@ --gray: hsl(50, 0%, 70%); --orange: hsl(30, 100%, 60%); --yellow: hsl(57, 100%, 50%); + --icon-color: hsl(255deg 21% 50%); } body { @@ -198,3 +200,7 @@ input { content: url("/assets/images/vendors/linux-foundation-color.png"); } } + +footer .social-media path { + fill: var(--icon-color); +} \ No newline at end of file diff --git a/layouts/default.html b/layouts/default.html index 153dece65..b3690ea99 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -94,7 +94,11 @@
Everyone at DNSimple enjoys writing support docs.
We love answering your emails, too.