blob: 3fd05b4cde0c71f2fc0c8989ebe9f30d154e682c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<style>
:root {
/* Primary theme color */
--primary-color: #F8D12F;
/* Primary theme text color */
--primary-text-color: #1E2329;
/* Primary theme link color */
--primary-link-color: #2F57F7;
/* Secondary color: the background body color */
--secondary-color: #FAFAFA;
--secondary-text-color: #303030;
/* Highlight text color of table of content */
--toc-highlight-text-color: #d46e13;
}
</style>
|