--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
This commit is contained in:
krishna kakade 2020-05-28 01:24:55 +05:30 committed by GitHub
parent 5baecfdd61
commit 29269cd589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;