2022-05-10 15:52:28 +00:00
|
|
|
<style>
|
|
|
|
:root {
|
|
|
|
/* Primary theme color */
|
|
|
|
--primary-color: #ea596e;
|
|
|
|
/* Primary theme text color */
|
2022-05-11 15:53:45 +00:00
|
|
|
--primary-text-color: #fafafa;
|
2022-05-10 15:52:28 +00:00
|
|
|
/* Primary theme link color */
|
|
|
|
--primary-link-color: #d45063;
|
|
|
|
/* Secondary color: the background body color */
|
|
|
|
--secondary-color: #fcfaf6;
|
|
|
|
--secondary-text-color: #303030;
|
|
|
|
/* Highlight text color of table of content */
|
|
|
|
--toc-highlight-text-color: #6e2a34;
|
|
|
|
}
|
|
|
|
</style>
|