use only numeric values for font-weight

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 23:06:58 +03:00
parent d83a10049a
commit 98202b9fa6
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);