From d3da527f0a333b75ba3d60f47a0b056c6aef9df8 Mon Sep 17 00:00:00 2001 From: shrkey Date: Sat, 24 Sep 2016 20:38:10 +0100 Subject: [PATCH] Updated css --- flatdoc/theme-dark/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/flatdoc/theme-dark/style.css b/flatdoc/theme-dark/style.css index 801e04c..899e9ac 100644 --- a/flatdoc/theme-dark/style.css +++ b/flatdoc/theme-dark/style.css @@ -290,7 +290,7 @@ a:hover { padding-left: 40px; padding-right: 40px; zoom: 1; - max-width: 66%; + max-width: 100%; background: #fff; } .content:before, @@ -768,7 +768,17 @@ a.big.button:hover:visited { .menubar { display: none; } + body { + background: #ffffff; + } } + +@media (max-width: 1179px) { + body { + background: #ffffff; + } +} + @media (min-width: 768px) { .content-root { padding-left: 230px;