aboutsummaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-10-16 23:19:50 -0400
committerHeather Miller <heather.miller@epfl.ch>2016-10-16 23:19:50 -0400
commitb114c2257c1d176b6f5ab8bac78c35bf1dd17769 (patch)
tree75ad3c31121b6d6f0f1c161dbe9c0501561ec1b9 /custom.css
parentcad413b4737d3723bd40955664c92fe0339e57a5 (diff)
More
Diffstat (limited to 'custom.css')
-rw-r--r--custom.css9
1 files changed, 8 insertions, 1 deletions
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