mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #888 from Stremio/fix-safari-font
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Fix Font Weight for Safari
This commit is contained in:
commit
0eefcb4782
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