Added support for Family Strokes.

This commit is contained in:
2020-01-13 23:45:09 +01:00
parent 48b37a509e
commit 859cb7e1f3
58 changed files with 2130 additions and 33 deletions

View File

@@ -597,6 +597,11 @@
-webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
}
.tag[data-v-194630f6] {
background: rgba(0, 0, 0, 0.5);
padding: .5rem;
margin: 0 .5rem .5rem 0;
}
@media (max-width: 720px) {
.link[data-v-194630f6] {
padding: .5rem 1rem;
@@ -604,6 +609,9 @@
.logo[data-v-194630f6] {
max-height: 2.5rem;
}
.tags[data-v-194630f6] {
display: none;
}
}
/* $primary: #ff886c; */