--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:
parent
5baecfdd61
commit
29269cd589
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue