From 7b9eca118f397f8ab6b9d143a8f6bac47db137f0 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 30 Apr 2022 14:32:25 -0400 Subject: [PATCH] make bb css a bit thicker --- bin/bb | 4 ++-- bin/bb-light | 4 ++-- bin/bb-org | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/bb b/bin/bb index 546a066..2ee1497 100755 --- a/bin/bb +++ b/bin/bb @@ -974,7 +974,7 @@ create_css() { (( ${#css_include[@]} > 0 )) && return || css_include=('main.css' 'blog.css') if [[ ! -f blog.css ]]; then # blog.css directives will be loaded after main.css and thus will prevail - echo '#title{font-weight: 100;} + echo '#title{font-weight: 400;} a.ablack{color:#cdcdcd !important;} li{margin-bottom:8px;} ul,ol{margin-left:24px;margin-right:24px;} @@ -1048,7 +1048,7 @@ body { h3 { font-size: 20pt; width: 100%; - font-weight: 100; + font-weight: 400; margin-top: 32px; margin-bottom: 0; } diff --git a/bin/bb-light b/bin/bb-light index 7447140..c219909 100644 --- a/bin/bb-light +++ b/bin/bb-light @@ -974,7 +974,7 @@ create_css() { (( ${#css_include[@]} > 0 )) && return || css_include=('main.css' 'blog.css') if [[ ! -f blog.css ]]; then # blog.css directives will be loaded after main.css and thus will prevail - echo '#title{font-weight: 100;} + echo '#title{font-weight: 400;} a.ablack{color:#141415 !important;} li{margin-bottom:8px;} ul,ol{margin-left:24px;margin-right:24px;} @@ -1048,7 +1048,7 @@ body { h3 { font-size: 20pt; width: 100%; - font-weight: 100; + font-weight: 400; margin-top: 32px; margin-bottom: 0; } diff --git a/bin/bb-org b/bin/bb-org index e5a211d..2e81bd5 100755 --- a/bin/bb-org +++ b/bin/bb-org @@ -974,7 +974,7 @@ create_css() { (( ${#css_include[@]} > 0 )) && return || css_include=('main.css' 'blog.css') if [[ ! -f blog.css ]]; then # blog.css directives will be loaded after main.css and thus will prevail - echo '#title{font-weight: 100;} + echo '#title{font-weight: 400;} a.ablack{color:#cdcdcd !important;} li{margin-bottom:8px;} ul,ol{margin-left:24px;margin-right:24px;} @@ -1048,7 +1048,7 @@ body { h1,h2,h3,h4,h5 { font-size: 20pt; width: 100%; - font-weight: 100; + font-weight: 400; margin-top: 32px; margin-bottom: 0; }