mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Don't use card title, use the smaller normal text
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
/* Card title anchor colour */
|
||||
.white-text .card-title a,
|
||||
.white-text .card-title
|
||||
.white-text a
|
||||
{
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#}
|
||||
<div class="card green darken-3">
|
||||
<div class="card-content white-text">
|
||||
<span class="card-title">
|
||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}">
|
||||
{% if bookmark.title %}
|
||||
{{ bookmark.title }}
|
||||
@@ -24,7 +23,6 @@
|
||||
[ no title ]
|
||||
{% endif %}
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="card-reveal green darken-3">
|
||||
<span class="card-title white-text">{{ bookmark.title }}</span>
|
||||
|
||||
Reference in New Issue
Block a user