1
0
mirror of https://github.com/immich-app/immich.git synced 2025-12-03 00:31:07 +02:00

feat(doc): new homepage design and font (#13084)

This commit is contained in:
Alex
2024-10-03 13:33:36 +07:00
committed by GitHub
parent 0454863c1e
commit 68930cc42c
15 changed files with 497 additions and 45 deletions

View File

@@ -11,13 +11,13 @@ module.exports = {
colors: {
// Light Theme
'immich-primary': '#4250af',
'immich-bg': 'white',
'immich-bg': '#f9f8fb',
'immich-fg': 'black',
'immich-gray': '#F6F6F4',
// Dark Theme
'immich-dark-primary': '#adcbfa',
'immich-dark-bg': 'black',
'immich-dark-bg': '#070a14',
'immich-dark-fg': '#e5e7eb',
'immich-dark-gray': '#212121',
},