minor theme updates.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2020-03-04 22:49:56 -07:00
parent 101f431710
commit b088e22bf3
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
<p class="advisory">SERVICE ADVISORY: Password authentication is now disabled. SSH key is now required for login. Email root if you have troubles logging in.</p>
<p class="advisory"></p>
<table>
<tr>

View File

@ -13,13 +13,12 @@ ol {
body {
margin: 1em;
font-family: "courier new", monospace;
color: darkorange;
color: #d46700;
background: #000400;
word-wrap: break-word;
}
a {
background: darkorange;
color: #223;
color: #d46700;
font-weight: bold;
padding-right: 0.25em;
}
@ -88,8 +87,9 @@ h1 {
input[type="text"],
textarea {
background-color: #333;
color: darkorange;
background-color: #191919;
border: 0px;
color: #d46700;
}
div.alert-warning {