diff --git a/src/common/NavBar/styles.less b/src/common/NavBar/styles.less index 1f2ac7326..43a8d3d89 100644 --- a/src/common/NavBar/styles.less +++ b/src/common/NavBar/styles.less @@ -17,7 +17,7 @@ padding: 0 1rem; font-size: 1.1rem; font-style: normal; - font-weight: normal; + font-weight: 400; white-space: nowrap; text-overflow: ellipsis; color: var(--color-surfacelighter); diff --git a/src/routes/Detail/VideosList/Video/styles.less b/src/routes/Detail/VideosList/Video/styles.less index 0962d8f92..b54dad02d 100644 --- a/src/routes/Detail/VideosList/Video/styles.less +++ b/src/routes/Detail/VideosList/Video/styles.less @@ -63,7 +63,7 @@ .flag-label { max-height: 2.4em; font-size: 0.8rem; - font-weight: bolder; + font-weight: 700; text-transform: uppercase; color: var(--color-surfacelighter); text-shadow: 1px 1px var(--color-surfacedarker60);