Skip to content

Commit a93e05a

Browse files
committed
feat: choose a better theme color
1 parent 6612347 commit a93e05a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.notes/todo.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- [ ] UX
1818
- [ ] new icon. dark mode icon would be sick whilst I'm at it.
1919
- [ ] styling
20-
- [ ] better branded theme color
2120
- [ ] obliterate `pageStyles` directory
2221
- [ ] restyle so all pages can share `.centeringWrapper` etc. and Navbar can be pulled into the main layout
2322
- [ ] could then expand the use of grid from something that lives inside the blog post, to something used globally

apps/vivsha.ws/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { LayoutWrapper } from "./_components/LayoutWrapper"
1212

1313
export const viewport: Viewport = {
1414
colorScheme: "dark light",
15-
themeColor: "#000000",
15+
themeColor: "#111216",
1616
}
1717

1818
export const metadata: Metadata = {
@@ -62,7 +62,7 @@ export const metadata: Metadata = {
6262
// Don't turn phone numbers into links
6363
"format-detection": "telephone=no",
6464
// Windows tile config
65-
"msapplication-TileColor": "#da532c",
65+
"msapplication-TileColor": "#111216",
6666
},
6767
}
6868

yarn.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,9 +1441,11 @@ __metadata:
14411441
languageName: node
14421442
linkType: hard
14431443

1444-
"@vivshaw/mdx@workspace:packages/mdx":
1444+
"@vivshaw/mdx@workspace:^, @vivshaw/mdx@workspace:packages/mdx":
14451445
version: 0.0.0-use.local
14461446
resolution: "@vivshaw/mdx@workspace:packages/mdx"
1447+
dependencies:
1448+
"@vivshaw/viriditas": "workspace:^"
14471449
peerDependencies:
14481450
"@vanilla-extract/css": ^1.17.0
14491451
clsx: ^2.1.1
@@ -1477,6 +1479,7 @@ __metadata:
14771479
"@vanilla-extract/css": ^1.17.0
14781480
"@vanilla-extract/next-plugin": ^2.4.8
14791481
"@vanilla-extract/recipes": ^0.5.5
1482+
"@vivshaw/mdx": "workspace:^"
14801483
"@vivshaw/viriditas": "workspace:^"
14811484
clsx: ^2.1.1
14821485
lodash: ^4.17.21

0 commit comments

Comments
 (0)