diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-10 17:52:28 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-10 17:52:28 +0200 |
commit | e9e2af423557b50c416b68559bab7786bee35ff2 (patch) | |
tree | abdc86803f1de9926bd628728a375f3c583a14bc /templates/_variables.html | |
download | guide.deuxfleurs.fr-e9e2af423557b50c416b68559bab7786bee35ff2.tar.gz guide.deuxfleurs.fr-e9e2af423557b50c416b68559bab7786bee35ff2.zip |
Initial commit
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> |