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.sass9
1 files changed, 6 insertions, 3 deletions
diff --git a/sass/style/style.sass b/sass/style/style.sass
index 1d60794..a357f27 100644
--- a/sass/style/style.sass
+++ b/sass/style/style.sass
@@ -29,7 +29,7 @@ footer
margin: 2em 0 2em 0
padding: .1em 0 .1em 0
background-color: $grey
- p
+ *
text-align: center
max-width: none
@@ -40,6 +40,8 @@ a
background-color: $grey_1
padding: .1em
color: $fg
+ &.transparent
+ background-color: transparent
hr
border-bottom: solid .1em $grey
@@ -61,9 +63,10 @@ blockquote
border-left: solid .2em $grey_1
pre
- padding: 1em
- border-radius: .4em
+ background-color: $grey
+ border-left: $grey_1 solid
overflow: auto
+ padding: 1em
img
max-width: 100%
remember that computers suck.