diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-03 10:27:01 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-03 10:27:01 +0200 |
commit | 0f70abd695136f6cfcfaf3c755223cf2d61af090 (patch) | |
tree | 3ad3838eaa34aafb375403c7612482072c3cc8ba /app | |
parent | 7d002c333d9e79c93e0e148163ebb59823cd1b8e (diff) | |
download | wallabag-0f70abd695136f6cfcfaf3c755223cf2d61af090.tar.gz wallabag-0f70abd695136f6cfcfaf3c755223cf2d61af090.tar.zst wallabag-0f70abd695136f6cfcfaf3c755223cf2d61af090.zip |
Fixed CSS for quickstart links
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 00d7a869..397622bd 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 { | |||
408 | } | 408 | } |
409 | 409 | ||
410 | .card .card-action a { | 410 | .card .card-action a { |
411 | color: #fff !important; | 411 | color: #fff; |
412 | margin: 0; | 412 | margin: 0; |
413 | } | 413 | } |
414 | 414 | ||
415 | .card .card-action a:hover { | 415 | .card .card-action a:hover { |
416 | color: #fff !important; | 416 | color: #fff; |
417 | } | ||
418 | |||
419 | .quickstart .card .card-action a, .quickstart .card .card-action a:hover { | ||
420 | color: #fff !important; | ||
417 | } | 421 | } |
418 | 422 | ||
419 | .settings .div_tabs { | 423 | .settings .div_tabs { |