aboutsummaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
new file mode 100644
index 0000000..4e33ceb
--- /dev/null
+++ b/web/style.css
@@ -0,0 +1,18 @@
+a {
+ text-decoration: none;
+ color: #4271ae;
+}
+
+body {
+ font-family: 'DejaVu Sans Mono', monospace;
+ margin: 40px auto;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #ffffff;
+ color: #4d4d4c;
+ padding: 0 10px;
+ text-align: left;
+ overflow-y: scroll;
+}