diff options
Diffstat (limited to 'app/Resources/static')
-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%; |