summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-11 18:59:35 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-11 18:59:35 -0500
commit5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (patch)
treec7ec42c4c9e9a89c09660472f41a365cffd53d7b /public/style.css
initial commit
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..f1b4927
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,35 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+.singlespaced {
+ line-height: 1;
+}
+
+.horizontal {
+ display: flex;
+ list-style-type: none;
+ padding: 0;
+ justify-content: space-between;
+}
+
+.tab30 {
+ margin-left: 30px;
+}
+
+.tab60 {
+ margin-left: 60px;
+} \ No newline at end of file