mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +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 */
|
/* Card title anchor colour */
|
||||||
.white-text .card-title a,
|
.white-text .card-title a,
|
||||||
.white-text .card-title
|
.white-text a
|
||||||
{
|
{
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
#}
|
#}
|
||||||
<div class="card green darken-3">
|
<div class="card green darken-3">
|
||||||
<div class="card-content white-text">
|
<div class="card-content white-text">
|
||||||
<span class="card-title">
|
|
||||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}">
|
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}">
|
||||||
{% if bookmark.title %}
|
{% if bookmark.title %}
|
||||||
{{ bookmark.title }}
|
{{ bookmark.title }}
|
||||||
@@ -24,7 +23,6 @@
|
|||||||
[ no title ]
|
[ no title ]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-reveal green darken-3">
|
<div class="card-reveal green darken-3">
|
||||||
<span class="card-title white-text">{{ bookmark.title }}</span>
|
<span class="card-title white-text">{{ bookmark.title }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user