i18n finished (no content yet)
"/" path is now i18n complete - text, image, favicon are all defined in dictionaries (src/i18n/<lang>.js) Blog should be too
This commit is contained in:
@ -12,7 +12,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
|
||||
Light mode
|
||||
*/
|
||||
--light-color-bkg: 0deg, 0%, 94%;
|
||||
--light-color-bkgNavbar: 0deg, 0%, 20%;
|
||||
--light-color-bkgNavbar: 0deg, 0%, 50%;
|
||||
--light-color-content: 240deg, 4%, 9%;
|
||||
--light-color-primary: 54deg, 100%, 50%;
|
||||
--light-color-secondary: 237deg, 100%, 93%;
|
||||
@ -25,8 +25,8 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
|
||||
--light-input: 214.3 31.8% 91.4%;
|
||||
--light-muted: 210 40% 96.1%;
|
||||
--light-muted-foreground: 215 17% 34%;
|
||||
--light-popover: 0 0% 100%; /* merge to bkgNavbar */
|
||||
--light-popover-foreground: 222.2 47.4% 11.2%; /* merge to bkg */
|
||||
--light-popover: 0 0% 100%;
|
||||
--light-popover-foreground: 222.2 47.4% 11.2%;
|
||||
--light-border: 214.3 31.8% 91.4%;
|
||||
--light-card: 0 0% 100%;
|
||||
--light-card-foreground: 222.2 47.4% 11.2%;
|
||||
@ -52,8 +52,8 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
|
||||
--dark-input: 216 34% 17%;
|
||||
--dark-muted: 0 0% 15%;
|
||||
--dark-muted-foreground: 215.4 31% 71%;
|
||||
--dark-popover: 224 71% 4%; /* merge to bkgNavbar */
|
||||
--dark-popover-foreground: 215 20.2% 65.1%; /* merge to bkg */
|
||||
--dark-popover: 224 71% 4%;
|
||||
--dark-popover-foreground: 215 20.2% 65.1%;
|
||||
--dark-border: 9 20% 21%;
|
||||
--dark-card: 0 0% 15%;
|
||||
--dark-card-foreground: 213 31% 91%;
|
||||
|
Reference in New Issue
Block a user