From 51cdd68952f358c7035cec7149362b71a446f1ab Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 18 Sep 2019 05:10:31 -0400 Subject: [PATCH] Change background color to one from wallet color picker --- dist/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/css/custom.css b/dist/css/custom.css index 0283222..d8eb9fc 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -6,11 +6,11 @@ html * { font-family: Arial, Andale Mono, monospace; font-size: 10pt; color: #33ff00; - background-color: #152010; + background-color: #252525; } #wrapper,#page-wrapper,.panel-body,.nav>li>a,.navbar-default { - background-color: #152010; + background-color: #252525; } .page-header { @@ -22,7 +22,7 @@ html * { .page-header .logo { margin-right: 1px; - background-color: #152010; + background-color: #252525; }