diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-20 17:31:55 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-20 17:31:55 -0400 |
commit | 52b26fd0c7a0e3bc561cdcd11ffa776535f80ff5 (patch) | |
tree | dbfad076ac6ceffa0e07519eb8e0f67ca3e04302 /src/site/custom.less | |
parent | 73c76b8f7ecaa43c7b5d60ade1c2273af525e8f1 (diff) | |
download | gitblit-52b26fd0c7a0e3bc561cdcd11ffa776535f80ff5.tar.gz gitblit-52b26fd0c7a0e3bc561cdcd11ffa776535f80ff5.zip |
Documentation
Diffstat (limited to 'src/site/custom.less')
-rw-r--r-- | src/site/custom.less | 8 |
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;
}
|