refactor: clean up SEO and theme configuration

- Remove unused SEO metadata fields like Facebook and site screenshot
- Rename global font configuration from 'font' to 'fontStyle'
- Update theme toggle to use documentElement instead of body for theme restoration
- Simplify HTML metadata and remove redundant meta tags
- Adjust index page to use div instead of time for date display
This commit is contained in:
radishzzz 2025-01-26 23:55:08 +00:00
parent d72ec58837
commit e14c62e1f6
9 changed files with 20 additions and 43 deletions

View file

@ -80,7 +80,7 @@ html:not(.dark) {
}
@supports not (view-transition-name: none) {
body:not([data-restore-theme]) {
html:not([data-restore-theme]) {
--at-apply: 'transition-colors duration-500 ease-in-out';
}
}