Color tweaks to better match comp

This commit is contained in:
Matt Vanderpol
2024-12-16 15:59:02 -08:00
parent 5bc08ba7ad
commit 03206e5f62

View File

@@ -53,6 +53,12 @@
--ifm-section-divider-color: rgba(4, 24, 52, 0.3);
}
/* Use selector for specificity */
html[data-theme=light] {
--docsearch-searchbox-background: #fff;
--docsearch-muted-color: rgba(4, 24, 52, 0.75);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
html[data-theme='dark'] {
--ifm-background-color: #041834;