summaryrefslogtreecommitdiff
path: root/flatly/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 /flatly/bootswatch.less
parenteb755768a98dcca5939bc503c6d16b7292c74911 (diff)
style links in table cells, closes #214
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r--flatly/bootswatch.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index 0b829bf0..4579c30a 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -47,11 +47,19 @@
.table {
+ a {
+ text-decoration: underline;
+ }
+
tr.success,
tr.warning,
tr.danger,
tr.info {
color: #fff;
+
+ a {
+ color: #fff;
+ }
}
> thead > tr > th,