Skip to content

Commit 188b181

Browse files
committed
Change of Button Colour
1 parent 8b24c35 commit 188b181

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
--accent-model: #1b8d6e;
7474
--accent-baseline: #b4554d;
7575
--footer-border: rgba(111, 93, 73, 0.14);
76+
--try-chip-bg: rgba(255, 250, 243, 0.96);
77+
--try-chip-text: #7c2d12;
7678
}
7779
body[data-theme="dark"] {
7880
--accent: #14b8a6;
@@ -136,7 +138,7 @@
136138
--accent-model: #5eead4;
137139
--accent-baseline: #fda4af;
138140
--footer-border: rgba(148, 163, 184, 0.12);
139-
--try-chip-bg: rgba(241, 245, 249, 0.92);
141+
--try-chip-bg: rgba(255, 255, 255, 0.98);
140142
--try-chip-text: #7c2d12;
141143
}
142144

0 commit comments

Comments
 (0)