More work on dashboard tag colors

This commit is contained in:
Torkel Ödegaard
2014-08-22 09:04:28 +02:00
parent 3fec2cdfd6
commit 36882ea2a4
5 changed files with 52 additions and 43 deletions
+3 -3
View File
@@ -61,8 +61,8 @@
// Links
// -------------------------
@linkColor: @blue;
@linkColorHover: darken(@linkColor, 10%);
@linkColor: @textColor;
@linkColorHover: @blue;
// Typography
@@ -219,7 +219,7 @@
@navbarText: #666;
@navbarLinkColor: #666;
@navbarLinkColorHover: #333;
@navbarLinkColorHover: @blue;
@navbarLinkColorActive: #555;
@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: darken(@navbarBackground, 6.5%);