mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
default font-weight dropped
This commit is contained in:
parent
5e43c94b59
commit
315abac6f8
1 changed files with 1 additions and 2 deletions
|
|
@ -52,13 +52,12 @@
|
|||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
list-style: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
html, body, #app, .modal-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue