mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-18 04:06:05 +02:00
refactor: update theme color handling and toggle component
- Modify color scheme to resolve theme-color issues - Refactor theme toggle component and icon
This commit is contained in:
parent
eae55b7477
commit
6ea0644928
7 changed files with 30 additions and 50 deletions
7
src/types/global.d.ts
vendored
Normal file
7
src/types/global.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
declare global {
|
||||
interface Document {
|
||||
startViewTransition: (callback: () => void) => void
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
Loading…
Add table
Add a link
Reference in a new issue