From 376ec590ea5da21315a37292817997352e58dee6 Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Thu, 15 Apr 2021 03:39:36 +0300
Subject: Create the static site

DON'T FORGET TO CHANGE site/config.toml BEFORE DEPLOYMENT
---
 site/templates/_variables.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 site/templates/_variables.html

(limited to 'site/templates/_variables.html')

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 @@
+<style>
+    :root {
+        /* Primary theme color */
+        --primary-color: #F8D12F;
+        /* Primary theme text color */
+        --primary-text-color: #1E2329;
+        /* Primary theme link color */
+        --primary-link-color: #2F57F7;
+        /* Secondary color: the background body color */
+        --secondary-color: #FAFAFA;
+        --secondary-text-color: #303030;
+        /* Highlight text color of table of content */
+        --toc-highlight-text-color: #d46e13;
+    }
+</style>
-- 
cgit v1.2.3-70-g09d2