rust-search-extension/docs/templates/_variables.html
2020-07-25 23:44:21 +08:00

14 lines
No EOL
436 B
HTML

<style>
:root {
/* Primary theme color */
--primary-color: #F9BB2D;
/* Primary theme text color */
--primary-text-color: #121212;
/* Primary theme link color */
--primary-link-color: #dd4814;
/* Secondary color: the background body color*/
--secondary-color: #fcfaf6;
--secondary-text-color: #303030;
--toc-highlight-text-color: #d46e13;
}
</style>