minor adjustments

This commit is contained in:
array-in-a-matrix 2022-04-05 21:54:46 -04:00
parent 719e15b441
commit 68581367de
2 changed files with 2 additions and 3 deletions

View file

@ -35,9 +35,8 @@
<hr /> <hr />
<br>
<h3>Administration tools</h3> <h3>Administration tools</h3>
<p><a href="./admin/">Click to use.</a></p> <p><a href="./admin/">Click to view.</a></p>
<code> <code>
Server statistics and management tools. Server statistics and management tools.
</code> </code>

View file

@ -638,7 +638,7 @@ body {
height: 2px; height: 2px;
padding: 0; padding: 0;
margin: 1rem 0; margin: 1rem 0;
background-color: #eff0f1; background-color: #dce6f0;
border: 0 border: 0
} }