diff options
Diffstat (limited to 'templates/_variables.html')
-rw-r--r-- | templates/_variables.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/_variables.html b/templates/_variables.html new file mode 100644 index 0000000..8480408 --- /dev/null +++ b/templates/_variables.html @@ -0,0 +1,15 @@ +<style> + :root { + /* Primary theme color */ + --primary-color: #ea596e; + /* Primary theme text color */ + --primary-text-color: #543631; + /* 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> |