feat(web) styling server stats page (#866)

This commit is contained in:
Alex
2022-10-25 21:41:46 -05:00
committed by GitHub
parent b713fb5650
commit 95ebf815eb
8 changed files with 82 additions and 35 deletions

View File

@@ -4,9 +4,9 @@ module.exports = {
extend: {
colors: {
'immich-primary': '#4250af',
'immich-bg': '#f6f8fe',
'immich-fg': 'black'
'immich-bg': 'white',
'immich-fg': 'black',
'immich-gray': '#F6F6F4'
// 'immich-bg': '#121212',
// 'immich-fg': '#D0D0D0',
},