package/app: move global styles to theme

This commit is contained in:
Patrik Oldsberg
2020-04-22 23:26:41 +02:00
parent efb789a4fe
commit 1337c538df
2 changed files with 19 additions and 26 deletions
+17
View File
@@ -68,6 +68,23 @@ export function createThemeOptions(
export function createThemeOverrides(theme: BackstageTheme): Overrides {
return {
MuiCssBaseline: {
'@global': {
html: {
height: '100%',
fontFamily: theme.typography.fontFamily,
},
body: {
height: '100%',
fontFamily: theme.typography.fontFamily,
'overscroll-behavior-y': 'none',
},
a: {
color: 'inherit',
textDecoration: 'none',
},
},
},
MuiTableRow: {
// Alternating row backgrounds
root: {