summaryrefslogtreecommitdiff
path: root/cyborg/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-04-05 14:11:30 -0400
committerThomas Park <thomas@thomaspark.me>2014-04-05 14:11:30 -0400
commit7439be214c010dc4542d6df2391ecc1ebb9f0ddf (patch)
treeed6a6f61563b3a7dc3b9baf7f6b9999f04ff44dd /cyborg/bootswatch.less
parentb4613bbb449f98c8d1363d19e529dd65996b5e25 (diff)
cyborg: style text-muted in tables, #244
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r--cyborg/bootswatch.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less
index cbf2ebc2..3ce8cd96 100644
--- a/cyborg/bootswatch.less
+++ b/cyborg/bootswatch.less
@@ -50,6 +50,10 @@ table,
color: #fff;
text-decoration: underline;
}
+
+ .text-muted {
+ color: @text-muted;
+ }
}
.table-responsive > .table {