mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Merge pull request #2335 from wallabag/fix-quickstart-css
Fixed CSS for quickstart links
This commit is contained in:
commit
83c26bdf26
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