summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-12-01 11:07:36 -0500
committerThomas Park <thomas@thomaspark.me>2012-12-01 11:07:36 -0500
commitb19b5542d3640fdeef59b87eea8abfff93d5c0cd (patch)
treedcd0c1316e62c57d1a99c88b89983a003d7984b6 /cosmo/bootswatch.less
parentdab583bb8dd9873146a09de27ce747a7c882b6c8 (diff)
cosmo: tweaked colors to match metro better
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less16
1 files changed, 11 insertions, 5 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index 9a6af879..bb9d3e4f 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -92,12 +92,18 @@ blockquote {
&-inverse {
+ .brand,
+ .nav > li > a {
+ text-shadow: none;
+ }
+ .brand:hover,
.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
- .box-shadow(none);
background-color: @navbarInverseLinkBackgroundHover;
+ .box-shadow(none);
+ color: @white;
}
.navbar-search .search-query {
@@ -471,11 +477,11 @@ legend {
}
&-info {
- background-color: @blue;
+ background-color: @purple;
}
&-inverse {
- background-color: @gray;
+ background-color: @black;
}
}
@@ -494,11 +500,11 @@ legend {
}
&-info {
- background-color: @blue;
+ background-color: @purple;
}
&-inverse {
- background-color: @gray;
+ background-color: @black;
}
}