diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:19:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:19:53 +0300 |
commit | 5b06184881d76324ebd195f72e69b8a501d73927 (patch) | |
tree | e19c2a81ad99c2b9ec8ab61908ac17e801a34c73 /assets/bootstrap/config.json | |
parent | css: disable (?) fucking font boosting (diff) | |
download | jekyll-theme-5b06184881d76324ebd195f72e69b8a501d73927.tar.gz jekyll-theme-5b06184881d76324ebd195f72e69b8a501d73927.zip |
bootstrap: boost font to 16px
Also, color the badges in the config.
Diffstat (limited to 'assets/bootstrap/config.json')
-rw-r--r-- | assets/bootstrap/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/bootstrap/config.json b/assets/bootstrap/config.json index eb8d723..381b3c2 100644 --- a/assets/bootstrap/config.json +++ b/assets/bootstrap/config.json @@ -20,7 +20,7 @@ "@font-family-serif": "Georgia, \"Times New Roman\", Times, serif", "@font-family-monospace": "Menlo, Monaco, Consolas, \"Courier New\", monospace", "@font-family-base": "@font-family-sans-serif", - "@font-size-base": "15px", + "@font-size-base": "16px", "@font-size-large": "ceil((@font-size-base * 1.15))", "@font-size-small": "ceil((@font-size-base * .85))", "@font-size-h1": "floor((@font-size-base * 1.75))", @@ -338,7 +338,7 @@ "@well-border": "darken(@well-bg, 7%)", "@badge-color": "#fff", "@badge-link-hover-color": "#fff", - "@badge-bg": "@gray-light", + "@badge-bg": "#008567", "@badge-active-color": "@link-color", "@badge-active-bg": "#fff", "@badge-font-weight": "bold", |