aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css4
-rw-r--r--app/config/services.yml1
2 files changed, 3 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 9ea59eb0..005cc302 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -411,12 +411,12 @@ main ul.row {
411} 411}
412 412
413.card .card-action a { 413.card .card-action a {
414 color: #fff; 414 color: #fff !important;
415 margin: 0; 415 margin: 0;
416} 416}
417 417
418.card .card-action a:hover { 418.card .card-action a:hover {
419 color: #fff; 419 color: #fff !important;
420} 420}
421 421
422.settings .div_tabs { 422.settings .div_tabs {
diff --git a/app/config/services.yml b/app/config/services.yml
index 76bbce27..a57ef0f3 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -21,6 +21,7 @@ services:
21 - "@wallabag_core.tag_repository" 21 - "@wallabag_core.tag_repository"
22 - "@security.token_storage" 22 - "@security.token_storage"
23 - "%wallabag_core.cache_lifetime%" 23 - "%wallabag_core.cache_lifetime%"
24 - "@translator"
24 tags: 25 tags:
25 - { name: twig.extension } 26 - { name: twig.extension }
26 27