diff options
| author | Yigit Sever | 2021-04-19 18:21:06 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-19 18:21:06 +0300 |
| commit | df6fa5f322fc972b3894e720f2c406eb2d8f5f5a (patch) | |
| tree | 4864006b54c512dea971d0c50efcacca65b12c6e /site/templates/_variables.html | |
| parent | d1b2e4bbd8f1ec5fe40c3d8c85ea4d13c8bfd755 (diff) | |
| download | gradecoin-df6fa5f322fc972b3894e720f2c406eb2d8f5f5a.tar.gz gradecoin-df6fa5f322fc972b3894e720f2c406eb2d8f5f5a.tar.bz2 gradecoin-df6fa5f322fc972b3894e720f2c406eb2d8f5f5a.zip | |
Moving site to separate repo
Diffstat (limited to 'site/templates/_variables.html')
| -rw-r--r-- | site/templates/_variables.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/site/templates/_variables.html b/site/templates/_variables.html deleted file mode 100644 index 3fd05b4..0000000 --- a/site/templates/_variables.html +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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> | ||
