15 lines
No EOL
492 B
HTML
15 lines
No EOL
492 B
HTML
<style>
|
|
:root {
|
|
/* Primary theme color */
|
|
--primary-color: #FED43F;
|
|
/* Primary theme text color */
|
|
--primary-text-color: #543631;
|
|
/* Primary theme link color */
|
|
--primary-link-color: #F9BB2D;
|
|
/* Secondary color: the background body color */
|
|
--secondary-color: #fcfaf6;
|
|
--secondary-text-color: #303030;
|
|
/* Highlight text color of table of content */
|
|
--toc-highlight-text-color: #d46e13;
|
|
}
|
|
</style> |