From 443feab5b211d188e4bb371028154d59c2589c98 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 29 Mar 2022 22:30:57 +0200 Subject: [PATCH] fix font-weight to light --- article.scss | 6 +++++- clean.scss | 6 +++++- portlet.scss | 2 +- styles.css | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/article.scss b/article.scss index 5607114..d2cd8d7 100755 --- a/article.scss +++ b/article.scss @@ -29,7 +29,7 @@ article { } h1, h2, h3, h4, h5, h6 { - font-weight: 500; + font-weight: 300; //padding-bottom: 1rem; } @@ -49,6 +49,10 @@ article { font-size: 1rem; } + strong { + font-weight: 500; + } + pre { margin: 1rem 0 1rem 0; border: 1px solid #ddd; diff --git a/clean.scss b/clean.scss index 2c0762f..0510e6d 100755 --- a/clean.scss +++ b/clean.scss @@ -13,13 +13,17 @@ a { } h1, h2, h3, h4, h5, h6 { - font-weight: normal; + font-weight: 300; } ul { list-style: none; } +th { + font-weight: 300; +} + input, select, textarea, .textarea, button { box-sizing: border-box; box-shadow: none; diff --git a/portlet.scss b/portlet.scss index dfe1ef7..ec38d97 100755 --- a/portlet.scss +++ b/portlet.scss @@ -16,7 +16,7 @@ border-top-right-radius: 4px; border-bottom: 1px solid #ebedf2; padding: 1rem; - font-weight: 500; + font-weight: 300; } .portlet-foot { diff --git a/styles.css b/styles.css index 99e75e9..4c4c61a 100644 --- a/styles.css +++ b/styles.css @@ -10,7 +10,7 @@ a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { - font-weight: normal; } + font-weight: 300; } ul { list-style: none; } @@ -3229,7 +3229,7 @@ article { article mark { background: #f9ffa1; } article h1, article h2, article h3, article h4, article h5, article h6 { - font-weight: 500; } + font-weight: 300; } article h1 { font-size: 1.4rem; } article h2 { @@ -3238,6 +3238,9 @@ article { font-size: 1.1rem; } article h4, article h5, article h6 { font-size: 1rem; } + article strong { + font-weight: 500; + } article pre { margin: 1rem 0 1rem 0; border: 1px solid #ddd; @@ -3314,7 +3317,9 @@ p { padding: 0; } p + p { margin-top: 5px; } - + th { + font-weight: 300; + } .blurry-text { text-shadow: 0 0 .9rem #000; color: transparent; } @@ -4959,7 +4964,7 @@ span.tag { border-top-right-radius: 4px; border-bottom: 1px solid #ebedf2; padding: 1rem; - font-weight: 500; } + font-weight: 300; } .portlet .portlet-foot { background: #fff; border-bottom-left-radius: 4px;