All services are up

This commit is contained in:
Drew DeVault 2024-01-17 11:27:25 +01:00
parent 5e1fb89268
commit b211e3a16f
2 changed files with 2 additions and 7 deletions

View File

@ -372,11 +372,6 @@ header {
}
h1 {
// XXX TEMP
border: 1px solid darken(#f1aeb5, 10) !important;
background: darken(#f8d7da, 20) !important;
// END TEMP
padding: 0.25rem 1rem;
margin: 0 -1rem 0.5rem -1rem;
background: rgba(255, 255, 255, 1.0);

View File

@ -66,11 +66,11 @@ The current service status is as follows:
</tr>
<tr>
<td>chat.sr.ht</td>
<td class="text-danger">Out of service</td>
<td class="text-success">Full service</td>
</tr>
<tr>
<td>pages.sr.ht</td>
<td><span class="text-warning">Degraded service</span><sup>2</sup></td>
<td><span class="text-warning">Degraded performance</span><sup>2</sup></td>
</tr>
</tbody>
</table>