File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
--accent-a : var (--blue-600 );
37
37
--accent-a-hover : var (--blue-500 );
38
- --accent-a-low-contrast : var (--blue-50 ); /* TODO: VERIFY */
39
38
40
39
--accent-b : var (--pink-600 );
41
40
--accent-b-hover : var (--pink-500 );
137
136
--primary-low-contrast : var (--purple-900 );
138
137
--primary-hover : var (--purple-300 );
139
138
--primary-visited : var (--purple-500 );
140
- /* TODO: hover same as action in dark mode: */
141
139
142
140
--accent-a : var (--blue-400 );
143
141
--accent-a-hover : var (--blue-300 );
144
- --accent-a-low-contrast : var (--blue-900 ); /* TODO: VERIFY */
145
142
146
143
--accent-b : var (--pink-400 );
147
144
--accent-b-hover : var (--pink-300 );
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ const config = {
170
170
a : {
171
171
DEFAULT : "hsla(var(--accent-a))" ,
172
172
hover : "hsla(var(--accent-a-hover))" ,
173
- "low-contrast" : "hsla(var(--accent-a-low-contrast))" , // TODO: VERIFY
174
173
} ,
175
174
b : {
176
175
DEFAULT : "hsla(var(--accent-b))" ,
You can’t perform that action at this time.
0 commit comments