Added dark and SFW modes.

This commit is contained in:
2020-03-23 01:43:49 +01:00
parent fdb2b132f6
commit 58ead7b426
288 changed files with 1316 additions and 156 deletions

View File

@@ -7,12 +7,13 @@
<ul class="nolist tiles">
<li
v-for="release in releases"
v-for="(release, index) in releases"
:key="`release-${release.id}`"
>
<ReleaseTile
:release="release"
:referer="referer"
:index="index"
/>
</li>
</ul>
@@ -80,7 +81,7 @@ export default {
}
.empty {
color: $shadow-strong;
color: var(--shadow-strong);
font-weight: bold;
}