Changed Updated various tag posters.

This commit is contained in:
DebaucheryLibrarian
2020-09-17 04:01:40 +02:00
parent ab9d6666cf
commit 796a624d2b
12 changed files with 12 additions and 6 deletions

View File

@@ -48,7 +48,6 @@
:to="`/tag/${tag.slug}`"
:title="tag.name"
>{{ tag.name }}</router-link>
</div>
<span
@@ -88,8 +87,14 @@ export default {
text-decoration: none;
font-size: 0;
&:hover .poster {
box-shadow: 0 0 3px var(--darken);
&:hover {
.poster {
box-shadow: 0 0 3px var(--darken);
}
.title {
background: var(--primary);
}
}
}
@@ -101,7 +106,7 @@ export default {
.title {
display: block;
box-sizing: border-box;
padding: .5rem;
padding: .5rem 1rem;
overflow: hidden;
white-space: nowrap;
color: var(--text-light);