summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 71d8654..6347e1c 100644
--- a/style.css
+++ b/style.css
@@ -52,7 +52,7 @@ h2 {
display: inline-block;
text-transform: uppercase;
font-size: 1.1em;
-margin-top: 0.5em;
+margin-top: 1.5em;
}
h3 {
@@ -178,4 +178,8 @@ header img[src$=svg], footer img[src$=svg] {
filter: invert(100%);
-webkit-filter: invert(100%);
}
+main blockquote {
+border-left: 2px solid #ccc;
+color: white;
+}
}