From 0aa35901c0393eb7a36c4ef434374a428679c969 Mon Sep 17 00:00:00 2001 From: Blue Date: Tue, 9 May 2017 16:15:38 +0200 Subject: [PATCH] Fixed background color for .profile-content See issue #209 --- public/css/style-night.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/style-night.css b/public/css/style-night.css index 95a5fe08..55587915 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -66,6 +66,12 @@ a { .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { background: #263238; } + +/* Profile Content */ +.profile-content { + background: #29363d; +} + /* Night mode switcher */ #mainmenu a.nightswitch { background-image: url(/img/moon.png);