about summary refs log tree commit diff
path: root/website/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/style.css')
-rw-r--r--website/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/website/style.css b/website/style.css
index 2ab3b0c..9dd2e29 100644
--- a/website/style.css
+++ b/website/style.css
@@ -22,3 +22,10 @@ code {
 img {
     max-width: 100%;
 }
+
+#example-output {
+    color: white;
+    background-color: black;
+    font-size: smaller;
+    max-width: 400px;
+}