summaryrefslogtreecommitdiff
path: root/cyborg/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-16 19:15:53 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-16 19:15:53 -0500
commit3efae83d18726aa2b11b4fc71d5794c6ac03b115 (patch)
tree01f87836a51fc96bc8e577c2a5716837481d6de2 /cyborg/bootswatch.less
parenteb755768a98dcca5939bc503c6d16b7292c74911 (diff)
style links in table cells, closes #214
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r--cyborg/bootswatch.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less
index 2f4c3b91..848b700b 100644
--- a/cyborg/bootswatch.less
+++ b/cyborg/bootswatch.less
@@ -44,11 +44,11 @@
.table {
- tr.success,
- tr.warning,
- tr.danger,
- tr.info {
+ color: #fff;
+
+ a {
color: #fff;
+ text-decoration: underline;
}
}