diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 915b2079..3113662f 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -46,7 +46,7 @@ namespace http { // Bundled style const std::string internalCSS = "\r\n"; +"@media screen and (min-width: 1400px) {" +"body{background:repeating-linear-gradient(to bottom,#000 2px,#101 4px),linear-gradient(135deg,#000,#180018,#000),linear-gradient(45deg,#000,#180018,#000);background-blend-mode:screen}" +"}\r\n" +"\r\n"; // for external style sheet std::string externalCSS;