We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbfa0e commit b221484Copy full SHA for b221484
css-variables.css
@@ -165,4 +165,16 @@
165
--calendar-color-pink: #ffd7df;
166
--calendar-color-gray: #e5e5e5;
167
--calendar-color-orange: #fcdbb3;
168
+ --avatar-color-navy: #1E3A8A;
169
+ --avatar-color-violet: #5B21B6;
170
+ --avatar-color-teal: #0F766E;
171
+ --avatar-color-forest: #166534;
172
+ --avatar-color-emerald: #065F46;
173
+ --avatar-color-rust: #C2410C;
174
+ --avatar-color-amber: #B45309;
175
+ --avatar-color-crimson: #991B1B;
176
+ --avatar-color-rose: #9F1239;
177
+ --avatar-color-indigo: #3730A3;
178
+ --avatar-color-coffee: #4E342E;
179
+ --avatar-color-slate: #334155;
180
}
0 commit comments