mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
fixed title, font changed
This commit is contained in:
@@ -18,6 +18,7 @@ import Sidebar from './Sidebar'
|
||||
const baseTheme = createMuiTheme({
|
||||
overrides: { MuiCssBaseline: { '@global': { html: { WebkitFontSmoothing: 'auto' } } } },
|
||||
palette: { primary: { main: '#00a572' }, secondary: { main: '#ffa724' }, tonalOffset: 0.2 },
|
||||
typography: { fontFamily: 'Open Sans, sans-serif' },
|
||||
})
|
||||
|
||||
export default function App() {
|
||||
|
||||
@@ -73,7 +73,7 @@ export const LanguageSwitch = styled.div`
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
transition: all 0.2s;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
color: #44795e;
|
||||
|
||||
Reference in New Issue
Block a user