This commit is contained in:
koehr 2022-01-07 23:14:17 +01:00
parent 72dd514322
commit db2c9bcd36
2 changed files with 2 additions and 2 deletions

View file

@ -11,9 +11,9 @@
<Tips> <Tips>
<li>Edit planets by clicking directly inside the graphic or in the table below.</li> <li>Edit planets by clicking directly inside the graphic or in the table below.</li>
<li>Drag planets around to change their distance.</li> <li>Drag planets around to change their distance.</li>
<li>Use the scrollwheel to change their size (click first to activate).</li>
<li>The last removed planet can be restored from the table.</li> <li>The last removed planet can be restored from the table.</li>
<li><strong>ONLY THE LAST</strong> removed planet can be restored.</li> <li><strong>ONLY THE LAST</strong> removed planet can be restored.</li>
<li>Click on a planet to get more tips.</li>
</Tips> </Tips>
<SystemSettings /> <SystemSettings />
<ObjectList /> <ObjectList />

View file

@ -340,7 +340,7 @@ h1 {
} }
.danger { .danger {
color: var(--fg-danger); color: var(--fg-danger);
font-weight: bold; border-color: var(--fg-danger);
} }
.deleted-overlay { .deleted-overlay {
position: absolute; position: absolute;