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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-11-30 17:10:51 +0300
committervvveiii <cntrump@gmail.com>2019-11-30 17:10:51 +0300
commit35425c4095f1eff1d60d5f5a67b24ca1d137ed4a (patch)
treeb34a4473bf8a665eca81d678d19484fbbf98905d /static
parentd91ca79014222df5b311aaa9dc4d917a1a9c9a32 (diff)
update article-label font-weight
Diffstat (limited to 'static')
-rw-r--r--static/assets/css/core.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/assets/css/core.css b/static/assets/css/core.css
index b8347d3..75eebc7 100644
--- a/static/assets/css/core.css
+++ b/static/assets/css/core.css
@@ -231,6 +231,7 @@ del { opacity: 0.5; }
display: inline-block;
padding: 2px 6px;
margin: 2px 3px 2px 0;
+ font-weight: 600;
white-space: nowrap;
color: #28a745;
border: 1px solid rgba(27,31,35,.15);