From 11d4a3868ce74231650074b49a7db32a09da5f73 Mon Sep 17 00:00:00 2001 From: Shubham Gaur Date: Thu, 7 Nov 2019 23:05:09 +0530 Subject: [PATCH] update.css updated color --- docs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/style.css b/docs/style.css index 092bd4a..efcad28 100644 --- a/docs/style.css +++ b/docs/style.css @@ -4,7 +4,7 @@ } *{ font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif; - color: #e2e2e2; + color:#808080; } body{ background-image: url("./Spectrum-Gradient.svg"); @@ -39,4 +39,4 @@ li a{ } li a:hover{ color: #ff00aa; -} \ No newline at end of file +}