mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
make login screen a bit nicer
This commit is contained in:
parent
0e6925bec6
commit
33aa2d8906
@ -152,7 +152,7 @@ export default {
|
||||
},
|
||||
NDLogin: {
|
||||
systemNameLink: {
|
||||
color: '#D60017',
|
||||
color: '#ff4e6b',
|
||||
},
|
||||
welcome: {
|
||||
color: '#eee',
|
||||
@ -161,6 +161,9 @@ export default {
|
||||
minWidth: 300,
|
||||
backgroundColor: '#1d1d1d',
|
||||
},
|
||||
icon: {
|
||||
filter: 'hue-rotate(115deg)',
|
||||
},
|
||||
},
|
||||
MuiPaper: {
|
||||
elevation1: {
|
||||
@ -169,6 +172,9 @@ export default {
|
||||
root: {
|
||||
color: '#eee',
|
||||
},
|
||||
rounded: {
|
||||
borderRadius: '6px',
|
||||
},
|
||||
},
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
@ -189,10 +195,10 @@ export default {
|
||||
paddingBottom: '1rem',
|
||||
},
|
||||
},
|
||||
NDDeleteMissingFilesButton: {
|
||||
NDDeleteMissingFilesButton: {
|
||||
deleteButton: {
|
||||
color: 'unset',
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user