mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Fix Font Weight for Safari
This commit is contained in:
parent
3530e3c7d0
commit
2ef3f52c1c
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ html {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(41deg, var(--primary-background-color) 0%, var(--secondary-background-color) 100%);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
:global(#app) {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue