From b114c2257c1d176b6f5ab8bac78c35bf1dd17769 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 23:19:50 -0400 Subject: More --- custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'custom.css') diff --git a/custom.css b/custom.css index b89fbab..75960e0 100644 --- a/custom.css +++ b/custom.css @@ -86,7 +86,7 @@ h2, h3 { } code { - color: #8C9899; + color: #7599a9; /*background: #F4F4F4;*/ /*border-radius: 3px;*/ /*padding: 2px;*/ @@ -147,3 +147,10 @@ blockquote footer { color: #b3b3b3; } +.bibliography { +width: 55%; +} + +@media (max-width: 760px) { + .bibliography { width: 90%; } + } \ No newline at end of file -- cgit v1.2.3