2022-02-01 18:27:02 +00:00
|
|
|
<style>
|
|
|
|
:root {
|
|
|
|
/* Primary theme color */
|
2022-02-24 00:27:47 +00:00
|
|
|
--primary-color: #B34FCC;
|
2022-02-01 18:27:02 +00:00
|
|
|
/* Primary theme text color */
|
2022-02-24 00:27:47 +00:00
|
|
|
--primary-text-color: #0c040b;
|
2022-02-01 18:27:02 +00:00
|
|
|
/* Primary theme link color */
|
2022-02-24 00:27:47 +00:00
|
|
|
--primary-link-color: blue;
|
2022-02-01 18:27:02 +00:00
|
|
|
/* Secondary color: the background body color */
|
2022-02-24 00:27:47 +00:00
|
|
|
--secondary-color: #f8f8f2;
|
2022-02-01 18:27:02 +00:00
|
|
|
--secondary-text-color: #303030;
|
|
|
|
/* Highlight text color of table of content */
|
2022-02-24 00:27:47 +00:00
|
|
|
--toc-text-color: #68615b;
|
|
|
|
--toc-highlight-text-color: #000000;
|
2022-02-01 18:27:02 +00:00
|
|
|
}
|
2022-02-24 00:27:47 +00:00
|
|
|
</style>
|