docs: highlight styling (#26636)

MERGE ME PLEASE
This commit is contained in:
Erick Friis 2024-09-19 10:12:59 -07:00 committed by GitHub
parent f91bdd12d2
commit 28dd6564db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,9 @@
--ifm-menu-link-padding-horizontal: 0.5rem;
--ifm-menu-link-padding-vertical: 0.5rem;
--doc-sidebar-width: 275px !important;
/* Code block syntax highlighting */
--docusaurus-highlighted-code-line-bg: rgb(176, 227, 199);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
@ -49,6 +52,9 @@
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
/* Code block syntax highlighting */
--docusaurus-highlighted-code-line-bg: rgb(14, 73, 60);
}
nav, h1, h2, h3, h4 {