mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
fix(ui): fix Nuclear Theme (#3291)
* Add Nuclear Theme * Fix login screen color & Softened "link" coloring --------- Co-authored-by: grune <grune@grunk.me>
This commit is contained in:
parent
a02cfbe2a7
commit
b0e7941abe
1 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,7 @@ const nukeCol = {
|
|||
text: '#ebdbb2',
|
||||
textAlt: '#bdae93',
|
||||
icon: '#b8bb26',
|
||||
link: '#c22817',
|
||||
link: '#c44129',
|
||||
border: '#a89984',
|
||||
}
|
||||
|
||||
|
@ -181,12 +181,10 @@ export default {
|
|||
systemNameLink: {
|
||||
color: nukeCol['text'],
|
||||
},
|
||||
icon: {},
|
||||
card: {
|
||||
minWidth: 300,
|
||||
backgroundColor: nukeCol['text'],
|
||||
backgroundColor: nukeCol['secondary'],
|
||||
},
|
||||
avatar: {},
|
||||
button: {
|
||||
boxShadow: '3px 3px 5px #000000a3',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue