From: Kevin Decherf Date: Sun, 20 Nov 2016 19:18:30 +0000 (+0100) Subject: Material: change color of background, article content and titles X-Git-Tag: 2.2.0~3^2~44^2~8 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=5b69e03eb43faf3a0f9bbf5ded12447e33510472 Material: change color of background, article content and titles Signed-off-by: Kevin Decherf --- diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 1af30777..2fcf11bd 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -164,7 +164,7 @@ body { display: flex; min-height: 100vh; flex-direction: column; - background: #f0f0f0; + background: #fafafa; } body.login main { @@ -603,6 +603,19 @@ a.original { max-width: 40em; } +#article article { + color: #424242; +} + +#article article h1, +#article article h2, +#article article h3, +#article article h4, +#article article h5, +#article article h6 { + color: #212121; +} + #article img, #article figure { max-width: 100%;