From 4eae0e8a85b351a6bdf5637a38c0e4de1afb7b48 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 18 Aug 2017 07:13:39 +0100 Subject: [PATCH] Add stylesheet for post type single layout --- static/css/post.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/css/post.css diff --git a/static/css/post.css b/static/css/post.css new file mode 100644 index 0000000..9733375 --- /dev/null +++ b/static/css/post.css @@ -0,0 +1,13 @@ +body { + background-color: white; + color: #333; +} + +h1, h2, h3 { + color: #333; + text-transform: none; +} + +h1#site-title a, h1#site-title a:visited, h1#site-title a:hover { + color: #777; +}