summaryrefslogtreecommitdiffstats
path: root/sass/style/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style/style.sass')
-rw-r--r--sass/style/style.sass30
1 files changed, 13 insertions, 17 deletions
diff --git a/sass/style/style.sass b/sass/style/style.sass
index e0afc79..1d60794 100644
--- a/sass/style/style.sass
+++ b/sass/style/style.sass
@@ -12,14 +12,18 @@
body
background-color: $bg
- font-family: "monospace"
margin: 0 1em 0 1em
padding: 0
width: 80ch
-header nav
- border-bottom: solid 2px $grey_1
- margin-bottom: 1em
+header
+ & div *
+ display: inline-block
+ vertical-align: middle
+
+ & nav
+ border-bottom: solid 2px $grey_1
+ margin-bottom: 1em
footer
margin: 2em 0 2em 0
@@ -29,24 +33,16 @@ footer
text-align: center
max-width: none
-h1
- font-size: 3em
-
-h2
- font-size: 2em
- margin: 1.2em 0 .6em 0
-
-h3
- font-size: 1.3em
+h1, h2, h3, h4, h5
+ font-weight: normal
a
background-color: $grey_1
padding: .1em
color: $fg
-a[href^="http"]
- background: url(/images/external.svg) center right no-repeat $grey;
- padding-right: 1em
+hr
+ border-bottom: solid .1em $grey
article
background-color: $grey
@@ -57,7 +53,6 @@ p
overflow: hidden
blockquote
- min-width: 100%
margin: 1em 0 1em 0
padding: .4em
font-weight: 100
@@ -82,6 +77,7 @@ table
border-collapse: collapse
min-width: 100%
display: table
+ font-size: 10pt
th, td
border: 0 $grey_1 solid
padding: .4em 1em .4em 1em
remember that computers suck.