aboutsummaryrefslogtreecommitdiff
path: root/styles/defaults.scss
diff options
context:
space:
mode:
Diffstat (limited to 'styles/defaults.scss')
-rw-r--r--styles/defaults.scss41
1 files changed, 41 insertions, 0 deletions
diff --git a/styles/defaults.scss b/styles/defaults.scss
new file mode 100644
index 0000000..e8cd0bf
--- /dev/null
+++ b/styles/defaults.scss
@@ -0,0 +1,41 @@
+body {
+ font-family: Inconsolata, monospace;
+ font-weight: 400;
+}
+
+h1 {
+ font-size: 2.8rem;
+ font-weight: 300;
+ line-height: 1.167;
+ letter-spacing: -0.01562em;
+}
+
+a {
+ text-decoration: none;
+}
+
+p, ul {
+ margin-top: 0.3rem;
+ margin-bottom: 0.6rem;
+}
+
+li {
+ margin: 0 0.08rem;
+}
+
+h3 {
+ font-size: 1.5rem;
+ margin-top: 0.4rem;
+ margin-bottom: 1rem;
+}
+
+ul {
+ list-style-type: disc;
+ list-style-position: inside;
+}
+
+ul > ul {
+ list-style-type: circle;
+ list-style-position: inside;
+ margin-left: 1em;
+} \ No newline at end of file