aboutsummaryrefslogtreecommitdiff
path: root/templates/_variables.html
blob: 53a9d8bdcca65f9caa92083d98bcacfe789e5ec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
    :root {
        /* Primary theme color */
        --primary-color: #ea596e;
        /* Primary theme text color */
        --primary-text-color: #fafafa;
        /* Primary theme link color */
        --primary-link-color: #d45063;
        /* Secondary color: the background body color */
        --secondary-color: #fcfaf6;
        --secondary-text-color: #303030;
        /* Highlight text color of table of content */
        --toc-highlight-text-color: #6e2a34;
    }
</style>