usar color correcto en chooseworld
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-04-18 14:20:13 -03:00
parent 3f9a2f0603
commit 6428e3fa3d

View file

@ -1,5 +1,4 @@
<script lang="ts">
import { inject } from "regexparam";
import { loadWorlds } from "../lib/worldStorage";
import { routes } from "../lib/routes";
import WorldLink from "../components/WorldLink.svelte";
@ -25,7 +24,7 @@
ul :global(a) {
padding: 1em;
display: block;
background: #eee;
background: ButtonFace;
margin: 0.5em;
border-radius: 15px;
}