Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_variables.scss')
-rw-r--r--assets/scss/_variables.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
new file mode 100644
index 0000000..3d8b04d
--- /dev/null
+++ b/assets/scss/_variables.scss
@@ -0,0 +1,15 @@
+// Color Variables
+$primary-color: #007BFF;
+$text-color: #000000;
+$text-color-dark: #000000;
+$body-color: #FFFFFF;
+$border-color: #ECECEC;
+$black: #000000;
+$white: #FFFFFF;
+$light: #EDF6F5;
+
+$transparent: rgba(0,0,0,0);
+
+// Font Variables
+$primary-font: 'Lato', sans-serif;
+$icon-font: 'themify'; \ No newline at end of file