16 lines
518 B
HTML
16 lines
518 B
HTML
<style>
|
|
:root {
|
|
/* Primary theme color */
|
|
--primary-color: #B34FCC;
|
|
/* Primary theme text color */
|
|
--primary-text-color: #0c040b;
|
|
/* Primary theme link color */
|
|
--primary-link-color: blue;
|
|
/* Secondary color: the background body color */
|
|
--secondary-color: #f8f8f2;
|
|
--secondary-text-color: #303030;
|
|
/* Highlight text color of table of content */
|
|
--toc-text-color: #68615b;
|
|
--toc-highlight-text-color: #000000;
|
|
}
|
|
</style>
|