From 0af56d18e86ac90cdd53d8e79781777b3fa23688 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Feb 2018 21:56:10 +0300 Subject: various fixes related to multi-theme support --- css/read.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'css') diff --git a/css/read.css b/css/read.css index f1f1172..6b9ddd2 100644 --- a/css/read.css +++ b/css/read.css @@ -1,11 +1,3 @@ -body.night { - background : black; - color : #999; -} - -body.night .loading { - background : black; -} .loading { position : absolute; color : #999; @@ -37,7 +29,7 @@ body.night .loading { .footer { bottom : 5px; left : 0px; - width : 100%; + width : 100%; height : 24px; } .header, .footer { @@ -76,7 +68,7 @@ body.night .loading { top : 32px; bottom : 32px; left : 96px; - right : 96px; + right : 96px; } @media (max-width: 992px) { @@ -98,7 +90,7 @@ body.night .loading { right : 48px; } .toolbar { - width : 128px; + width : 96px; } } @@ -108,7 +100,7 @@ body.night .loading { right : 32px; } .toolbar { - width : 96px; + width : 64px; } } -- cgit v1.2.3