summaryrefslogtreecommitdiff
path: root/flatly/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-05-16 14:52:52 -0400
committerThomas Park <thomas@thomaspark.me>2013-05-16 14:52:52 -0400
commitbdd32ea593ceb983458d78b67e000afae7787f08 (patch)
tree72798ec8818b18de3680e8824e0a4665bdfdbea3 /flatly/variables.less
parent23d12d938523705496d900293687c5d7eb21407d (diff)
flatly: style striped progress bars, tweak inverse navbar and pagination, closes #99
Diffstat (limited to 'flatly/variables.less')
-rw-r--r--[-rwxr-xr-x]flatly/variables.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/flatly/variables.less b/flatly/variables.less
index c8eaf6d0..dba08485 100755..100644
--- a/flatly/variables.less
+++ b/flatly/variables.less
@@ -23,8 +23,8 @@
@blueDark: #2C3E50;
@green: #18BC9C;
@red: #E74C3C;
-@yellow: #F1C40F;
-@orange: #EAB70F;
+@yellow: #e6bb0d;
+@orange: #F39C12;
@pink: #ff6699;
@purple: #8E44AD;
@@ -200,8 +200,8 @@
@navbarInverseText: @white;
@navbarInverseLinkColor: @white;
-@navbarInverseLinkColorHover: @yellow;
-@navbarInverseLinkColorActive: @yellow;
+@navbarInverseLinkColorHover: @blueDark;
+@navbarInverseLinkColorActive: @blueDark;
@navbarInverseLinkBackgroundHover: transparent;
@navbarInverseLinkBackgroundActive: darken(@navbarInverseBackground, 5%);
@@ -217,7 +217,7 @@
// -------------------------
@paginationBackground: #fff;
@paginationBorder: #ddd;
-@paginationActiveBackground: #f5f5f5;
+@paginationActiveBackground: @grayLighter;
// Hero unit