aboutsummaryrefslogtreecommitdiff
path: root/site.css
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2018-06-17 11:55:24 -0500
committerMelody Horn <melody@boringcactus.com>2018-06-17 11:55:24 -0500
commit4d9d4018ce14548e77286d9ba4356b3e2d954144 (patch)
tree342d158cb648e7d947512278015ff2af63f8c4cd /site.css
parent6fd19c00d49797bc5f8dc6f7d2aca4df96ebe903 (diff)
downloadboringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.tar.gz
boringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.zip
get some actual work done
Diffstat (limited to 'site.css')
-rw-r--r--site.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/site.css b/site.css
new file mode 100644
index 0000000..2cf7b9b
--- /dev/null
+++ b/site.css
@@ -0,0 +1,25 @@
+/* "derived" (stolen) from evenbettermotherfucking.website */
+html {
+ margin: 1rem auto;
+ background: #f2f2f2;
+ color: #444444;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ line-height: 1.8;
+ text-shadow: 0 1px 0 #ffffff;
+ max-width: 60em;
+}
+body {
+ margin: 0 1rem;
+}
+code {
+ background: white;
+}
+a {
+ border-bottom: 1px solid #444444;
+ color: #444444;
+ text-decoration: none;
+}
+a:hover {
+ border-bottom-style: dashed;
+}