Skip to content

Commit 71b23ed

Browse files
authored
Update subtle color variables for improved contrast (#4544)
1 parent 0e92dca commit 71b23ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/src/css/customTheme.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--deepdark: #20232a;
1414
--light: #373940;
1515
--text: #1a1a1a;
16-
--subtle: #767676;
16+
--subtle: #636363;
1717
--divider: #ececec;
1818
--tintColor: #f7f7f7;
1919
--rn-note-background: rgba(255, 229, 100, 0.25);
@@ -108,7 +108,8 @@ html[data-theme="dark"] {
108108
--ifm-toc-border-color: var(--dark);
109109
--ifm-color-emphasis-300: var(--dark);
110110
--ifm-table-head-background: var(--deepdark);
111-
--ifm-table-head-color: var(--docsearch-muted-color);
111+
--subtle: #a7a7a7;
112+
--ifm-table-head-color: var(--subtle);
112113

113114
*[class^="DocSearch"] {
114115
--docsearch-searchbox-background: var(--ifm-background-color);

0 commit comments

Comments
 (0)