summaryrefslogtreecommitdiff
path: root/yeti/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'yeti/bootswatch.less')
-rw-r--r--yeti/bootswatch.less18
1 files changed, 15 insertions, 3 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less
index 27e5551a..149d1708 100644
--- a/yeti/bootswatch.less
+++ b/yeti/bootswatch.less
@@ -286,15 +286,27 @@ label,
font-weight: 300;
color: @gray-light;
- > li,
+ > li {
+ > a,
+ > span {
+ margin-left: 4px;
+ color: @gray-light;
+ }
+ }
+
+ > .active {
+ > a,
+ > span {
+ color: #fff;
+ }
+ }
+
> li,
> li:first-child,
> li:last-child {
> a,
> span {
- margin-left: 4px;
border-radius: 3px;
- color: @gray-light;
}
}