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

github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/variables.css')
-rw-r--r--assets/css/components/variables.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/components/variables.css b/assets/css/components/variables.css
new file mode 100644
index 0000000..8701b15
--- /dev/null
+++ b/assets/css/components/variables.css
@@ -0,0 +1,16 @@
+:root {
+ --primary-color: #0594CB;
+ --primary-color-dark: #0A1922;
+ --primary-color-light: #f9f9f9;
+ --accent-color: #EBB951;
+ --accent-color-light: #FF4088;
+ --accent-color-dark: #33ba91;
+ --text-color-primary: #373737;
+ --text-on-primary-color: #fff;
+ --text-color-secondary: #ccc;
+ --text-color-disabled: #F7f7f7;
+ --divider-color: #f6f6f6;
+ --warn-color: red;
+
+ --blue: var(--primary-color);
+}