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