about summary refs log tree commit diff
path: root/assets/css/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r--assets/css/custom.scss47
1 files changed, 0 insertions, 47 deletions
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
deleted file mode 100644
index 3fd60cb..0000000
--- a/assets/css/custom.scss
+++ /dev/null
@@ -1,47 +0,0 @@
----
----
-
-body {
-  font-family: serif;
-}
-
-.post-content {
-  h1 {
-    font-size: 2rem;
-  }
-  h2 {
-    font-size: 1.5rem;
-  }
-}
-
-.webring {
-  max-width: 1000px;
-  margin-left: auto;
-  margin-right: auto;
-  margin-bottom: 1rem;
-  padding: 1rem;
-  .attribution {
-    float: right;
-    font-size: .8rem;
-    line-height: 3;
-  }
-
-  .footer-col.article {
-    padding: 0.5rem;
-
-    margin: 0 0.5rem;
-    border: 0.01rem solid #333;
-    @media(max-width: 640px) {
-      margin: 0.5rem 0;
-    }
-  }
-}
-
-dl {
-  dt {
-    font-weight: bold;
-  }
-  dd {
-    text-indent: 1em;
-  }
-}