diff options
| author | alpaylan | 2021-04-16 01:03:21 +0300 | 
|---|---|---|
| committer | alpaylan | 2021-04-16 01:03:21 +0300 | 
| commit | d248309f8595701a0fddd2462b963bcad55f18c8 (patch) | |
| tree | 109d4e2809f9f3392612e86ab3d5a47df5830b11 /site/templates/_variables.html | |
| parent | 711d987b8e060682cf2215f25392415e206b3e8d (diff) | |
| parent | a1af17aad7c1308fc714a60595bae07cc8bb8a9a (diff) | |
| download | gradecoin-d248309f8595701a0fddd2462b963bcad55f18c8.tar.gz gradecoin-d248309f8595701a0fddd2462b963bcad55f18c8.tar.bz2 gradecoin-d248309f8595701a0fddd2462b963bcad55f18c8.zip | |
Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/schema.rs
Diffstat (limited to 'site/templates/_variables.html')
| -rw-r--r-- | site/templates/_variables.html | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/site/templates/_variables.html b/site/templates/_variables.html new file mode 100644 index 0000000..3fd05b4 --- /dev/null +++ b/site/templates/_variables.html | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | <style> | ||
| 2 | :root { | ||
| 3 | /* Primary theme color */ | ||
| 4 | --primary-color: #F8D12F; | ||
| 5 | /* Primary theme text color */ | ||
| 6 | --primary-text-color: #1E2329; | ||
| 7 | /* Primary theme link color */ | ||
| 8 | --primary-link-color: #2F57F7; | ||
| 9 | /* Secondary color: the background body color */ | ||
| 10 | --secondary-color: #FAFAFA; | ||
| 11 | --secondary-text-color: #303030; | ||
| 12 | /* Highlight text color of table of content */ | ||
| 13 | --toc-highlight-text-color: #d46e13; | ||
| 14 | } | ||
| 15 | </style> | ||
