diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2016-11-20 20:18:30 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2016-11-25 13:37:42 +0100 |
commit | 5b69e03eb43faf3a0f9bbf5ded12447e33510472 (patch) | |
tree | 8fb00c7a6dbd8fb6423f3215ae2e21086f3e934a /app | |
parent | b5e0bbeb85b741413867c6179158a28e7a5bddc8 (diff) | |
download | wallabag-5b69e03eb43faf3a0f9bbf5ded12447e33510472.tar.gz wallabag-5b69e03eb43faf3a0f9bbf5ded12447e33510472.tar.zst wallabag-5b69e03eb43faf3a0f9bbf5ded12447e33510472.zip |
Material: change color of background, article content and titles
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 15 |
1 files changed, 14 insertions, 1 deletions
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 { | |||
164 | display: flex; | 164 | display: flex; |
165 | min-height: 100vh; | 165 | min-height: 100vh; |
166 | flex-direction: column; | 166 | flex-direction: column; |
167 | background: #f0f0f0; | 167 | background: #fafafa; |
168 | } | 168 | } |
169 | 169 | ||
170 | body.login main { | 170 | body.login main { |
@@ -603,6 +603,19 @@ a.original { | |||
603 | max-width: 40em; | 603 | max-width: 40em; |
604 | } | 604 | } |
605 | 605 | ||
606 | #article article { | ||
607 | color: #424242; | ||
608 | } | ||
609 | |||
610 | #article article h1, | ||
611 | #article article h2, | ||
612 | #article article h3, | ||
613 | #article article h4, | ||
614 | #article article h5, | ||
615 | #article article h6 { | ||
616 | color: #212121; | ||
617 | } | ||
618 | |||
606 | #article img, | 619 | #article img, |
607 | #article figure { | 620 | #article figure { |
608 | max-width: 100%; | 621 | max-width: 100%; |