From fd2f7ceb115620d69bda1ef66f0071ade6437930 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Thu, 15 Oct 2020 19:33:46 -0700 Subject: [PATCH] Menu text color --- src/static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/main.css b/src/static/main.css index 7fd44bba4..422db06b1 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -344,6 +344,8 @@ hr { list-style: none; padding: 0; margin: 0; + + color: rgb(55, 53, 47); } .menu-option {