summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7a44e57..e2981cb 100644
--- a/style.css
+++ b/style.css
@@ -6,15 +6,18 @@ body {
font-family: sans-serif;
padding: 0;
}
+
body,
dialog {
background-color: black;
color: var(--color-text);
}
+
a,
a:visited {
color: #8fc;
}
+
h1,
h2,
h3,
@@ -37,6 +40,10 @@ h6 {
overflow: hidden;
}
+#creation-title {
+ width: 5em;
+}
+
#error {
color: red;
border-top: 2px solid red;