From 29269cd58970a8f8fe2449c41816cc0f5948612c Mon Sep 17 00:00:00 2001 From: krishna kakade Date: Thu, 28 May 2020 01:24:55 +0530 Subject: [PATCH] --base-50: changed to #fff unreadble text in ten X hacker theme (#8001) --base-50: changed to #fff unreadable text in ten X hacker theme light-dark text making eye strain their that's why i changed to white it looks i tested in firefox and another bug in this theme is in case of mail and usernames CSS properties are overriding please and that text is getting black out there Ex:-Hidden --- app/assets/stylesheets/themes/hacker.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/hacker.scss b/app/assets/stylesheets/themes/hacker.scss index 478c174ae..5f5bc6f15 100644 --- a/app/assets/stylesheets/themes/hacker.scss +++ b/app/assets/stylesheets/themes/hacker.scss @@ -27,13 +27,14 @@ --base-80: #c8c8c8; --base-70: #adadad; --base-60: #939393; - --base-50: #7a7a7a; + --base-50: #fff;// unreadable in Ten X hacker theme to light to view and in case of mail + ///and usernames CSS properties are overriding please and that text is getting black out there Ex:-Hidden --base-40: #626262; --base-30: #4b4b4b; --base-20: #353535; --base-10: #1c1c1c; --base-0: #0a0a0a; - --base-inverted: #000; + --base-inverted: #000;/// // Accent colors --accent-brand: #2eff7b;