mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
feat(web) styling server stats page (#866)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user