Background thing issue.

This commit is contained in:
aminecmi 2019-05-12 21:38:10 +02:00
parent 6de54d63e6
commit 3eaf390790
2 changed files with 10 additions and 3 deletions

View File

@ -499,6 +499,13 @@ class ArticleFragment : Fragment() {
| word-break: break-word; | word-break: break-word;
| overflow:hidden; | overflow:hidden;
| line-height: 1.5em; | line-height: 1.5em;
| background-color: $stringBackgroundColor;
| }
| body, html {
| background-color: $stringBackgroundColor !important;
| border-color: $stringBackgroundColor !important;
| padding: 0 !important;
| margin: 0 !important;
| } | }
| a, pre, code { | a, pre, code {
| text-align: $textAlignment; | text-align: $textAlignment;

View File

@ -5,14 +5,14 @@
<color name="colorAccent">#FFff5722</color> <color name="colorAccent">#FFff5722</color>
<color name="colorAccentDark">#FFbf360c</color> <color name="colorAccentDark">#FFbf360c</color>
<color name="pink">#FFe91e63</color> <color name="pink">#FFe91e63</color>
<color name="white">#FFFFFF</color> <color name="white">#FFFFFFFF</color>
<color name="black">#000000</color> <color name="black">#FF000000</color>
<color name="refresh_progress_1">@color/colorAccentDark</color> <color name="refresh_progress_1">@color/colorAccentDark</color>
<color name="refresh_progress_2">@color/colorAccent</color> <color name="refresh_progress_2">@color/colorAccent</color>
<color name="refresh_progress_3">@color/pink</color> <color name="refresh_progress_3">@color/pink</color>
<color name="background_grey">#FFe4e4e4</color> <color name="background_grey">#FFe4e4e4</color>
<color name="dark_webview">#303030</color> <color name="dark_webview">#FF303030</color>
<color name="dark_webview_text">#FFFFFF</color> <color name="dark_webview_text">#FFFFFF</color>
<color name="light_webview">#FAFAFA</color> <color name="light_webview">#FAFAFA</color>
<color name="light_webview_text">#212121</color> <color name="light_webview_text">#212121</color>