diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 73b5a6e3..c4dedf61 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -1498,11 +1498,8 @@ namespace http { { std::string theme; i2p::config::GetOption("http.theme", theme); - if (theme != "light" && theme != "black" && theme !="white") - { - - } - LoadExtCSS(); + if (theme != "light" && theme != "black" && theme !="white") LoadExtCSS(theme); + else LoadExtCSS(); } else {