summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/variables.less')
-rw-r--r--theme/stylesheets/variables.less13
1 files changed, 2 insertions, 11 deletions
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less
index 4cb9e56..c8ce271 100644
--- a/theme/stylesheets/variables.less
+++ b/theme/stylesheets/variables.less
@@ -1,11 +1,9 @@
/* Base static */
@staticPath: "./";
-/* Colors */
-@codeboxMainColor: #F16956; /* red */
-@codeboxMainColorDarker: darken(@codeboxMainColor, 15%);
+// Sizes
+@mobileMaxWidth: 1240px;
-@codeboxMainColor2: #353D48;
// Basics of a navbar
@navbar-height: 50px;
@@ -22,13 +20,6 @@
@navbar-default-brand-hover-color: @navbar-default-link-color;
@navbar-default-brand-hover-bg: transparent;
-// Navbar toggle
-@navbar-default-toggle-hover-bg: #fff;
-@navbar-default-toggle-icon-bar-bg: @codeboxMainColorDarker;
-@navbar-default-toggle-border-color: @codeboxMainColorDarker;
-@navbar-default-link-active-color: @codeboxMainColor;
-@navbar-default-link-active-bg: #fff;
-
@border-radius-base: 1px;
@border-radius-large: 3px;
@border-radius-small: 1px;