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

This commit is contained in:
Alex 2024-10-03 13:33:36 +07:00 committed by GitHub
parent 0454863c1e
commit 68930cc42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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',
},