1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Better styling: same green

This commit is contained in:
2016-07-19 14:28:45 +02:00
parent f1fdbc5c2e
commit 5f3ccf0be7
2 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,8 @@
/* Card title anchor colour */
.white-text .card-title a
.white-text .card-title a,
.white-text .card-title
{
color: #FFF;
}

View File

@@ -14,7 +14,7 @@
<p>{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}</p>
</div>
#}
<div class="card blue-grey darken-1">
<div class="card green darken-3">
<div class="card-content white-text">
<span class="card-title activator">
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}">
@@ -23,8 +23,8 @@
<i class="material-icons right">more_vert</i>
</span>
</div>
<div class="card-reveal teal darken-4">
<span class="card-title">{{ bookmark.title }}<i class="material-icons right">close</i></span>
<div class="card-reveal green darken-3">
<span class="card-title white-text">{{ bookmark.title }}<i class="material-icons right">close</i></span>
<div><a href="{{ url_for('editbookmark', userkey=userkey, urlhash=bookmark.url_hash) }}">edit</a></div>
</div>
</div>