dns-witch.net.eu.org/themes/juice/templates/_variables.html
2022-02-24 01:27:47 +01:00

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>