summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
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/bootstrap.css
parenteb755768a98dcca5939bc503c6d16b7292c74911 (diff)
style links in table cells, closes #214
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index 6b9f0122..e1fbf347 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -5722,11 +5722,12 @@ button.close {
.text-info:hover {
color: #9933cc;
}
-.table tr.success,
-.table tr.warning,
-.table tr.danger,
-.table tr.info {
+.table {
+ color: #fff;
+}
+.table a {
color: #fff;
+ text-decoration: underline;
}
.table-responsive > .table {
background-color: #181818;