summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;