mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
primary color replaced to theme primary color
This commit is contained in:
24
web/src/style/GlobalStyle.js
Executable file
24
web/src/style/GlobalStyle.js
Executable file
@@ -0,0 +1,24 @@
|
||||
import { createGlobalStyle } from 'styled-components'
|
||||
|
||||
export default createGlobalStyle`
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
letter-spacing: -0.1px;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
letter-spacing: -0.1px;
|
||||
}
|
||||
`
|
||||
Reference in New Issue
Block a user