summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2023-12-17 15:52:35 +0100
committernavewindre <nw@moneybot.cc>2023-12-17 15:52:35 +0100
commit54d747ff46d4e096a98c4b1621a1c2f6208a3891 (patch)
tree33b30417b4c50509eb3acf1e8ee6bca415cbefd2
parent0835f65eb3d8150919b22e03da594b7641117bb4 (diff)
fix
-rw-r--r--web/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/style.css b/web/style.css
index ce719f0..97807ef 100644
--- a/web/style.css
+++ b/web/style.css
@@ -55,12 +55,16 @@ a {
font-family: "Px437 DOS/V re. JPN16", monospace;
}
+hr {
+ border-color: #5B5B66;
+ color: #5B5B66;
+}
+
.statusbox {
font-family: monospace;
font-size: 10px;
text-align: center;
color: white;
- /*border: 1px solid white;*/
display: table;
margin-right: auto;
margin-left: auto;