Skip to content

Commit

Permalink
Forcing links to be gray
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 26, 2016
1 parent b8e8cbc commit 0f0774c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions caravel/assets/stylesheets/caravel.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,7 @@ div.widget .chart-header a {
div.widget .slice_container {
overflow: auto;
}

.alert a:not(.close) {
color: gray !important;
}

0 comments on commit 0f0774c

Please sign in to comment.