Added various tag posters.

This commit is contained in:
2020-04-02 04:05:55 +02:00
parent 0ad1a5e049
commit 24b297011e
9 changed files with 11 additions and 8 deletions

View File

@@ -200,7 +200,7 @@ export default {
color: var(--text-light);
font-size: 1.2rem;
font-weight: bold;
text-shadow: 0 0 3px var(--shadow-strong);
text-shadow: 0 0 3px var(--darken-strong);
pointer-events: none;
animation: alert .5s ease infinite .1s;
@@ -210,6 +210,7 @@ export default {
width: 3rem;
height: 3rem;
margin: 0 0 .25rem 0;
filter: drop-shadow(0 0 3px var(--darken));
animation: alert .5s ease infinite .1s;
}
}