This commit is contained in:
parent
73381b0dd7
commit
2d40d7f9a0
1 changed files with 10 additions and 0 deletions
|
@ -20,3 +20,13 @@
|
||||||
<li><a href={routes.CreateWorld}>Crear mundo</a></li>
|
<li><a href={routes.CreateWorld}>Crear mundo</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
ul :global(a) {
|
||||||
|
padding: 1em;
|
||||||
|
display: block;
|
||||||
|
background: #eee;
|
||||||
|
margin: 0.5em;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue