Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 84d3774..341e8c5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -159,7 +159,10 @@ a {
.post-content h2 {
border-left: 5px solid #ff470f;
padding-left: .5em; }
- .post-content > p code {
+ .post-content li + li {
+ margin-top: .5em; }
+ .post-content > p code,
+ .post-content li code {
background-color: #282c34;
border-radius: 3px;
color: #abb2bf;