minor improvement

This commit is contained in:
2023-12-16 13:20:34 +01:00
parent 78cbc3ac19
commit 0a3aca69cc

View File

@ -559,7 +559,7 @@
<template id="ui-known-universe-item-template">
<!-- A known universe button in "opening" interface -->
<li class="py-2 px-4 flex justify-between text-cyan">
<li class="py-2 px-4 flex justify-between text-brightwhite">
<button class="universe-name load-universe" title="Load this universe">Universe Name</button>
<button class="delete-universe" title="Delete this universe">🗑</button>
</li>