From 4bd2f0b84ee192bb7d6ce5ce85df358bb5b832f5 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 14 Nov 2018 19:07:36 +0000 Subject: [PATCH] Change MDC theme primary colour --- luhn-algorithm/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luhn-algorithm/style.css b/luhn-algorithm/style.css index 44364c7..a14e73f 100644 --- a/luhn-algorithm/style.css +++ b/luhn-algorithm/style.css @@ -1,5 +1,5 @@ :root { - --mdc-theme-primary: #00897b; + --mdc-theme-primary: #00adb4; --mdc-theme-secondary: #d84315; } .mdc-text-field-helper-text {