aboutsummaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
new file mode 100644
index 0000000..f3cf308
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1,9 @@
+* {
+ font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
+}
+body {
+ background: #EBE9DA;
+ max-width: 50em;
+ margin: 0 auto;
+ padding: 1.25em;
+}