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

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-07-21 02:49:30 +0300
committerNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-07-21 02:49:30 +0300
commita98d1bfe048617be5223ae9585b391b68a10d9e0 (patch)
tree81649dedf4b083d402798b7f5ebc72282a05db2b
parente1745b84ee8be1c10d9fb334fd3b4659624fcd38 (diff)
lighter code blocks
-rw-r--r--static/css/theme.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index a23708c..64978d7 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -20,7 +20,7 @@ body, blockquote, figure {
}
h1, h2, h3, h4, h5, h6 {
- font-weight: inherit;
+ font-weight: 400;
}
b, strong, th {
@@ -88,8 +88,7 @@ th, td {
}
pre {
- background: rgba(38,38,38,0.9)!important;
- color: #fff;
+ background: rgba(148,148,148,0.08);
border-radius: 2px;
font-size: .8em;
margin: 1.5em 0;