From cd831abac98a0b83c6c668623e53887e09fc007f Mon Sep 17 00:00:00 2001 From: Kevin Falting Date: Tue, 30 Apr 2019 11:15:08 +0900 Subject: [PATCH] add color pallet --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 955dc1c..6f60eb2 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,4 @@ * { background-color: #696035; + color: #202222; } \ No newline at end of file