summaryrefslogtreecommitdiffstats
path: root/src/site/custom.less
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/custom.less')
-rw-r--r--src/site/custom.less8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/site/custom.less b/src/site/custom.less
index c05058bf..ca207dfa 100644
--- a/src/site/custom.less
+++ b/src/site/custom.less
@@ -9,9 +9,7 @@
// GLOBAL VALUES
// --------------------------------------------------
-@blueDark: #000060;
-@blueDarker: #000050;
-@blueDarkest: #000040;
+@blueDark: #002060;
@standardGray: #ccc;
@cornflower: #abd4ff;
@white: #fff;
@@ -24,7 +22,7 @@
// Navbar
// -------------------------
@navbarHeight: 45px;
-@navbarBackground: @blueDarkest;
+@navbarBackground: @blueDark;
@navbarBackgroundHighlight: @blueDark;
@navbarText: @white;
@navbarLinkColor: @white;
@@ -76,7 +74,7 @@
}
.navbar-inner {
- background-color: @blueDarker;
+ background-color: @blueDark;
border-bottom: 2px solid #ff9900;
}