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

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@gmail.com>2016-08-09 19:16:46 +0300
committerDamien Caselli <damien.caselli@gmail.com>2016-08-09 19:16:46 +0300
commit378cc8ebcc509f19b000b2d6a1c50f251e762394 (patch)
tree6de4858287499b1afc8f7fdd38658a2eaf3eaef0
parent5615aeb1327a3895008c00ad87393612522b8c33 (diff)
Update README, add styles for code tags
-rw-r--r--README.md2
-rw-r--r--static/css/paperback.css4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 61455e1..f54b990 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ _Paperback_ is a minimalist theme for [Hugo](http://gohugo.io).
It focuses on improving reading experience with high contrast colors and no fancy effect.
+It also uses pygments for the syntaxic coloration of code snippets.
+
## Installation
Please refer to the [Hugo documentation](http://gohugo.io/themes/installing/).
diff --git a/static/css/paperback.css b/static/css/paperback.css
index 097a3fd..df3aed7 100644
--- a/static/css/paperback.css
+++ b/static/css/paperback.css
@@ -83,10 +83,10 @@ pre {
margin: 0 0 1rem;
}
-kbd {
+kbd, code {
padding: .125rem .25rem 0;
margin: 0;
- background-color: #ececec;
+ background-color: #e5e5e5;
}
article, section {