From 19d59b598d1d8d39eca7287fa575c5765e820a29 Mon Sep 17 00:00:00 2001 From: Zhongwei Sun Date: Wed, 21 Jan 2015 17:33:00 +0800 Subject: [PATCH] update --- pelican/themes/notmyidea/static/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index c5b187be..d8802fe4 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -70,7 +70,10 @@ p { margin-top: 1em; margin-bottom: 1em;} strong, b {font-weight: bold;} -em, i {font-style: italic;} +em, i { + font-style: italic; + background-color: yellow; +} /* Lists */ ul {