From 98202b9fa6af082a953d4206e9e7597b1e33c5f4 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Tue, 24 Sep 2019 23:06:58 +0300 Subject: [PATCH] use only numeric values for font-weight --- src/common/NavBar/styles.less | 2 +- src/routes/Detail/VideosList/Video/styles.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);