File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 --color-primary : var (--color-blue );
1313
1414 /* Text colors */
15- --color-text-primary : # 121212 ;
16- --color-text-secondary : # 595959 ;
17- --color-text-tertiary : # 919191 ;
15+ --color-text-primary : # 1A1A1A ;
16+ --color-text-secondary : # 3A3A3A ;
17+ --color-text-tertiary : # 5A5A5A ;
1818 --color-text-error : var (--color-red );
1919 --color-text-success : var (--color-blue );
2020 --color-text-warning : var (--color-yellow );
2525 --bg-color-darken-strong : rgba (255 , 255 , 255 , 0.65 );
2626 --bg-color-lighten : rgba (0 , 0 , 0 , 0.2 );
2727 --bg-color-disabled-button : rgba (16 , 16 , 16 , 0.2 );
28- --text-shadow : 0 0 5 px rgba (255 , 255 , 255 , 0.25 );
28+ --text-shadow : 0 0 3 px rgba (200 , 200 , 200 , 0.33 );
2929
3030 /* Events */
3131 --event-color-default : # 00BABC ;
You can’t perform that action at this time.
0 commit comments