From a6af05528877e548ea7644925e9bdc8b4ef51ce9 Mon Sep 17 00:00:00 2001 From: Omer B Date: Thu, 3 Jun 2021 07:30:37 -0400 Subject: [PATCH] bringing back the purple --- docs/stylesheets/extra.css | 1 - overrides/assets/stylesheets/home.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 82a214497..fc1834597 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,6 +1,5 @@ :root { --md-primary-fg-color: #1a7dc9; - --md-accent-fg-color: #1a7dc9; --home-color: #0071c7; } .md-clipboard { diff --git a/overrides/assets/stylesheets/home.css b/overrides/assets/stylesheets/home.css index b7bdee207..a11a62ae9 100644 --- a/overrides/assets/stylesheets/home.css +++ b/overrides/assets/stylesheets/home.css @@ -102,7 +102,7 @@ body { .home-container .md-button--primary { background-color: var(--md-primary-bg-color); - color: var(--md-accent-fg-color); + color: hsla(280deg, 37%, 48%, 1); border-color: var(--md-primary-bg-color); }