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
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
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 {

View file

@ -4,7 +4,7 @@
{% block content %}
<div class="row">
<div class="row quickstart">
<div class="col s12">
<div class="card-panel settings">