File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
- [ ] UX
18
18
- [ ] new icon. dark mode icon would be sick whilst I'm at it.
19
19
- [ ] styling
20
- - [ ] better branded theme color
21
20
- [ ] obliterate ` pageStyles ` directory
22
21
- [ ] restyle so all pages can share ` .centeringWrapper ` etc. and Navbar can be pulled into the main layout
23
22
- [ ] could then expand the use of grid from something that lives inside the blog post, to something used globally
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { LayoutWrapper } from "./_components/LayoutWrapper"
12
12
13
13
export const viewport : Viewport = {
14
14
colorScheme : "dark light" ,
15
- themeColor : "#000000 " ,
15
+ themeColor : "#111216 " ,
16
16
}
17
17
18
18
export const metadata : Metadata = {
@@ -62,7 +62,7 @@ export const metadata: Metadata = {
62
62
// Don't turn phone numbers into links
63
63
"format-detection" : "telephone=no" ,
64
64
// Windows tile config
65
- "msapplication-TileColor" : "#da532c " ,
65
+ "msapplication-TileColor" : "#111216 " ,
66
66
} ,
67
67
}
68
68
Original file line number Diff line number Diff line change @@ -1441,9 +1441,11 @@ __metadata:
1441
1441
languageName : node
1442
1442
linkType : hard
1443
1443
1444
- " @vivshaw/mdx@workspace:packages/mdx " :
1444
+ " @vivshaw/mdx@workspace:^, @vivshaw/mdx@workspace: packages/mdx " :
1445
1445
version : 0.0.0-use.local
1446
1446
resolution : " @vivshaw/mdx@workspace:packages/mdx"
1447
+ dependencies :
1448
+ " @vivshaw/viriditas " : " workspace:^"
1447
1449
peerDependencies :
1448
1450
" @vanilla-extract/css " : ^1.17.0
1449
1451
clsx : ^2.1.1
@@ -1477,6 +1479,7 @@ __metadata:
1477
1479
" @vanilla-extract/css " : ^1.17.0
1478
1480
" @vanilla-extract/next-plugin " : ^2.4.8
1479
1481
" @vanilla-extract/recipes " : ^0.5.5
1482
+ " @vivshaw/mdx " : " workspace:^"
1480
1483
" @vivshaw/viriditas " : " workspace:^"
1481
1484
clsx : ^2.1.1
1482
1485
lodash : ^4.17.21
You can’t perform that action at this time.
0 commit comments