diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e06d9b9..699847de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - karma will no longer fail to start if config file contains multiple alertmanager instances with different name but identical URI #3024. +- Minor UI tweaks. ## v0.83 diff --git a/ui/src/Styles/Fonts.scss b/ui/src/Styles/Fonts.scss index 1c9a5539d..be4e222d0 100644 --- a/ui/src/Styles/Fonts.scss +++ b/ui/src/Styles/Fonts.scss @@ -5,6 +5,8 @@ $web-font-path: "data:text/css;base64,"; // Default for Bootstrap is 700 and it's a bit too thick for Open Sans $font-weight-bold: 600; +// Use normal font weight for badges +$badge-font-weight: 400; // this is vaniall flatly but Lato was replaced by Open Sans // the rest was kept for fallback used by "font-display: swap;"