We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b24c35 commit 188b181Copy full SHA for 188b181
1 file changed
website/index.html
@@ -73,6 +73,8 @@
73
--accent-model: #1b8d6e;
74
--accent-baseline: #b4554d;
75
--footer-border: rgba(111, 93, 73, 0.14);
76
+ --try-chip-bg: rgba(255, 250, 243, 0.96);
77
+ --try-chip-text: #7c2d12;
78
}
79
body[data-theme="dark"] {
80
--accent: #14b8a6;
@@ -136,7 +138,7 @@
136
138
--accent-model: #5eead4;
137
139
--accent-baseline: #fda4af;
140
--footer-border: rgba(148, 163, 184, 0.12);
- --try-chip-bg: rgba(241, 245, 249, 0.92);
141
+ --try-chip-bg: rgba(255, 255, 255, 0.98);
142
--try-chip-text: #7c2d12;
143
144
0 commit comments