mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Fixed CSS for quickstart links
This commit is contained in:
parent
7d002c333d
commit
0f70abd695
2 changed files with 7 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="row quickstart">
|
||||
<div class="col s12">
|
||||
<div class="card-panel settings">
|
||||
|
||||
|
|
Loading…
Reference in a new issue