diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 00d7a8699..397622bda 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -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 { diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig index 226bafead..c8a303a65 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig @@ -4,7 +4,7 @@ {% block content %} -