Skip to content

Commit

Permalink
cyborg: style text-muted in tables, thomaspark#244
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Apr 5, 2014
1 parent b4613bb commit 7439be2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cyborg/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion cyborg/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cyborg/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ table,
color: #fff;
text-decoration: underline;
}

.text-muted {
color: @text-muted;
}
}

.table-responsive > .table {
Expand Down

0 comments on commit 7439be2

Please sign in to comment.