diff --git a/ui/src/themes/nuclear.js b/ui/src/themes/nuclear.js index 5db45344a..0c2748a94 100644 --- a/ui/src/themes/nuclear.js +++ b/ui/src/themes/nuclear.js @@ -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', },