Skip to content

Commit 62b3565

Browse files
committed
fix: use accessible orange accent instead of coral
Switch accent from coral (#c1463a) to accessible orange (#b94a0a), staying true to the original orange identity. Passes WCAG AA on all theme backgrounds (5.19:1 on white, 4.76:1 on tertiary).
1 parent 36fb92d commit 62b3565

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/web/public/site.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
77
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
88
],
9-
"theme_color": "#c1463a",
9+
"theme_color": "#b94a0a",
1010
"background_color": "#ffffff",
1111
"display": "standalone"
1212
}

apps/web/src/index.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@import "tailwindcss";
22

3-
/* ooxml.dev theme - Coral */
3+
/* ooxml.dev theme - Orange */
44
:root {
5-
/* Coral accent (AA-accessible on all theme backgrounds) */
6-
--color-accent: #c1463a;
7-
--color-accent-hover: #a33b31;
8-
--color-accent-light: #fef2f0;
5+
/* Orange accent (AA-accessible on all theme backgrounds) */
6+
--color-accent: #b94a0a;
7+
--color-accent-hover: #9a3e08;
8+
--color-accent-light: #fff7ed;
99

1010
/* Backgrounds */
1111
--color-bg-primary: #ffffff;
@@ -63,8 +63,8 @@ body {
6363
}
6464

6565
.note-info {
66-
background-color: #fef2f0;
67-
border-color: #fecaca;
66+
background-color: #fff7ed;
67+
border-color: #fed7aa;
6868
}
6969

7070
.note-tip {

0 commit comments

Comments
 (0)