usar color correcto en chooseworld
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3f9a2f0603
commit
6428e3fa3d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue