diff options
Diffstat (limited to 'app/src/main/assets/css/themes/material_amoled.scss')
-rw-r--r-- | app/src/main/assets/css/themes/material_amoled.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/material_amoled.scss b/app/src/main/assets/css/themes/material_amoled.scss index 11deeb69..442d6194 100644 --- a/app/src/main/assets/css/themes/material_amoled.scss +++ b/app/src/main/assets/css/themes/material_amoled.scss @@ -1,5 +1,5 @@ $text: #fff; -$link: #eee; +$link: #5d86dd; $accent: #5d86dd; $background: #000; $background2: rgba($background, 0.35); |