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
path: root/static
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-08-02 23:14:05 +0300
committerNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-08-02 23:14:05 +0300
commit96236d19cd8e062cedd2ddf5555dcd6edfd5f09e (patch)
treec87d16a6294937dd176c5ee271d2a57db9e79c14 /static
parent2cec80479b08a75958f7d72979dffc5c137a1314 (diff)
fix bold text
Diffstat (limited to 'static')
-rw-r--r--static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index e89900d..da4cac0 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 {
}
b, strong, th {
- font-weight: 500;
+ font-weight: 600;
}
a {