diff options
Diffstat (limited to 'app/src/main/assets/css/themes/material_light.scss')
-rw-r--r-- | app/src/main/assets/css/themes/material_light.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/assets/css/themes/material_light.scss b/app/src/main/assets/css/themes/material_light.scss index b0a16757..7ec58463 100644 --- a/app/src/main/assets/css/themes/material_light.scss +++ b/app/src/main/assets/css/themes/material_light.scss @@ -1,4 +1,5 @@ $text: #000; +$accent_text: #fff; $link: #3b5998; $accent: #3b5998; $background: #fafafa; |