summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-04-05 14:11:30 -0400
committerThomas Park <thomas@thomaspark.me>2014-04-05 14:11:30 -0400
commit7439be214c010dc4542d6df2391ecc1ebb9f0ddf (patch)
treeed6a6f61563b3a7dc3b9baf7f6b9999f04ff44dd /cyborg/bootstrap.css
parentb4613bbb449f98c8d1363d19e529dd65996b5e25 (diff)
cyborg: style text-muted in tables, #244
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index c769756c..060aca8d 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -5812,6 +5812,10 @@ table a,
color: #fff;
text-decoration: underline;
}
+table .text-muted,
+.table .text-muted {
+ color: #888888;
+}
.table-responsive > .table {
background-color: #181818;
}