diff options
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", |