summaryrefslogtreecommitdiff
path: root/yeti/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'yeti/bootswatch.less')
-rw-r--r--yeti/bootswatch.less14
1 files changed, 10 insertions, 4 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less
index c8f1fd10..ab92bc72 100644
--- a/yeti/bootswatch.less
+++ b/yeti/bootswatch.less
@@ -150,10 +150,16 @@ label,
font-weight: 300;
color: @gray-light;
- > li > a {
- margin-left: 4px;
- border-radius: 3px;
- color: @gray-light;
+ > li,
+ > li,
+ > li:first-child,
+ > li:last-child {
+ > a,
+ > span {
+ margin-left: 4px;
+ border-radius: 3px;
+ color: @gray-light;
+ }
}
&-lg > li > a {