summaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss48
1 files changed, 48 insertions, 0 deletions
diff --git a/sass/style.scss b/sass/style.scss
new file mode 100644
index 0000000..d641c4e
--- /dev/null
+++ b/sass/style.scss
@@ -0,0 +1,48 @@
+html {
+ font-family:sans-serif
+}
+
+header,main,footer {
+ max-width: 40em;
+ margin: 0 auto;
+}
+
+footer {
+ text-align: center;
+}
+
+nav {
+ padding-bottom: 1.3rem;
+}
+
+time.right {
+ float: right;
+}
+
+nav .left {
+ float: left;
+ margin-right: 1rem;
+}
+
+nav .right {
+ float: right;
+ margin-left: 1rem;
+}
+
+blockquote {
+ color: lightgreen;
+}
+
+ol,ul {
+ white-space: nowrap;
+ padding-left: 16px
+}
+
+li {
+ margin-bottom: 8px
+}
+
+a {
+ text-decoration: underline;
+ color: white;
+}