From a1ef04f2787ad547671b90b9edcecf54f5b805bc Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Sat, 11 Apr 2020 20:34:45 +0100 Subject: [PATCH] Change title colour to white --- src/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup.css b/src/popup.css index 2fc3436..c26e484 100644 --- a/src/popup.css +++ b/src/popup.css @@ -1,6 +1,6 @@ h1 { font-size: 18px; - color: #AAB8C2; + color: #fff; margin-bottom: 15px; margin: 0; padding: 0;