diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 596c175..097b5a1 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -30,7 +30,7 @@ /* Card title anchor colour */ .white-text .card-title a, - .white-text .card-title + .white-text a { color: #FFF; } diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 64ae2a6..49c2e3c 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -16,15 +16,13 @@ #}
- - - {% if bookmark.title %} - {{ bookmark.title }} - {% else %} - [ no title ] - {% endif %} - - + + {% if bookmark.title %} + {{ bookmark.title }} + {% else %} + [ no title ] + {% endif %} +
{{ bookmark.title }}