From 1e3c0b836c3a2c4bcac7296df3d3c6c6e4934218 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Tue, 30 May 2017 15:38:48 -0400 Subject: [PATCH] background color Signed-off-by: Greg Watson --- public/css/hyde.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 982a4a7..0491ceb 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -56,8 +56,8 @@ html { .sidebar { text-align: center; padding: 2rem 1rem; - color: rgba(87,6,140,.5); - background-color: #202020; + color: rgba(255,255,255,.5); + background-color: #57068C; } @media (min-width: 48em) { .sidebar {