mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use only numeric values for font-weight
This commit is contained in:
parent
d83a10049a
commit
98202b9fa6
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue