From f41abb6c948b9bbc5b499ccde32777fd139a333e Mon Sep 17 00:00:00 2001 From: Thomas Trinca Date: Thu, 21 May 2020 11:39:24 +1000 Subject: [PATCH 1/3] Update debug.css --- src/debug.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/debug.css b/src/debug.css index e84aa01..5130685 100644 --- a/src/debug.css +++ b/src/debug.css @@ -20,3 +20,6 @@ body { /* increment the following counter to trigger a rebuild */ background-color: #005; } + +.misc { + color: #001; From e1941c3f2e7105993f7056f733530cf475fc59e2 Mon Sep 17 00:00:00 2001 From: Thomas Trinca Date: Thu, 21 May 2020 11:40:06 +1000 Subject: [PATCH 2/3] fix build:fab script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b2c78a..03987c8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo 'Tests passing!'", - "build:fa": "fab-static src", + "build:fab": "fab-static src", "fake-script-two": "" }, "keywords": [], From 20bd54483c3031dfa317d6b149db717c1fede4e6 Mon Sep 17 00:00:00 2001 From: Thomas Trinca Date: Thu, 21 May 2020 11:42:07 +1000 Subject: [PATCH 3/3] Update debug.css --- src/debug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.css b/src/debug.css index 5130685..645e5fd 100644 --- a/src/debug.css +++ b/src/debug.css @@ -22,4 +22,4 @@ body { } .misc { - color: #001; + color: #002;