summaryrefslogtreecommitdiff
path: root/cyborg/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-15 10:46:14 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-15 10:46:14 -0500
commit0e6fc07a14878b60245ada05c5257de96af72f6d (patch)
treec6998908378c38f6d4eb1c4152049e9c30588e2e /cyborg/bootswatch.less
parentf86f232bad066c7db3752fa48be703d183cb21d5 (diff)
sets color for table tr.info, closes #213
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r--cyborg/bootswatch.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less
index 5f0e7d0b..2f4c3b91 100644
--- a/cyborg/bootswatch.less
+++ b/cyborg/bootswatch.less
@@ -46,7 +46,8 @@
tr.success,
tr.warning,
- tr.danger {
+ tr.danger,
+ tr.info {
color: #fff;
}
}