summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 6360fc1..9688050 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -14,3 +14,35 @@
ul {
margin-top: 5px;
}
+
+.inner-ul {
+ margin-top: initial;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+details[open=""] {
+ border: 1px dotted darkslategrey;
+ padding: 1em;
+}
+
+input[type="text"] {
+ width: 50%;
+ min-width: 350px;
+}
+
+.errors {
+ border-left: 2px crimson solid;
+ padding-left: 1em;
+}
+
+.solution {
+ border-left: 2px #289528 solid;
+ padding-left: 1em;
+}
+
+code {
+ word-wrap: anywhere;
+}