aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 3b2698808..4cdb71da5 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -7,6 +7,13 @@
// --------------------------------------------------
+// Inner Files color variables (can say inline colors)
+// --------------------------------------------------
+
+@color-1: #e5e5e5; //Mercury, RGB: 229, 229, 229
+
+@accordion-group-border-color: @color-1;
+
// Grays
// -------------------------