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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-09-21 09:58:36 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-09-21 09:59:08 +0300
commite05a561b092621fb6b0aeed1c643aba127578c7f (patch)
tree5eba2572b4635a887198a427cf06c88d547ba2d3 /static
parent9b5037a374398a6c6c4037aaba527e48d1f9990f (diff)
Codeblock darker
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 181e1d7..ec2d99c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -110,14 +110,14 @@ blockquote {
code {
font-size: .75rem;
font-family: "Source Code Pro", monospace;
- background: #f5f5f5;
+ background: #f1f1f1;
padding: .1em .3em;
border-radius: 3px;
}
pre {
padding: 1rem 2rem;
border-left: 5px #8d7edc solid;
- background: #f6f6f6;
+ background: #f1f1f1;
display: block;
white-space: pre-wrap;
}