diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-01 16:09:31 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-01 17:13:53 +0200 |
commit | a44d2613c730b8933ba17a1295ae6c170345cad5 (patch) | |
tree | 86c8d6d37fd6043d1b47339546a82c510d96c554 /app/Resources/static/themes/material | |
parent | 555ed552ca974fde57d3c153e33b28c32fb3115e (diff) | |
download | wallabag-a44d2613c730b8933ba17a1295ae6c170345cad5.tar.gz wallabag-a44d2613c730b8933ba17a1295ae6c170345cad5.tar.zst wallabag-a44d2613c730b8933ba17a1295ae6c170345cad5.zip |
Changed quickstart layout
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 2 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 { |