Fixed CSS for quickstart links

This commit is contained in:
Nicolas Lœuillet
2016-10-03 10:27:01 +02:00
parent 7d002c333d
commit 0f70abd695
2 changed files with 7 additions and 3 deletions

View File

@ -408,12 +408,16 @@ main ul.row {
}
.card .card-action a {
color: #fff !important;
color: #fff;
margin: 0;
}
.card .card-action a:hover {
color: #fff !important;
color: #fff;
}
.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
color: #fff !important;
}
.settings .div_tabs {