mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
refactor: remove underline animation and update styling
- Remove underline-animation UnoCSS shortcut from uno.config.ts - Update Navbar component to remove underline-animation classes - Remove inline script for link transition animations - Add cover images to existing posts - Update font and date display classes in index pages - Modify global CSS for iOS rendering optimization
This commit is contained in:
parent
f1d2204337
commit
0f20e43484
10 changed files with 29 additions and 73 deletions
|
@ -17,8 +17,8 @@ html::-webkit-scrollbar {
|
|||
body {
|
||||
--at-apply: 'text-1.6rem';
|
||||
/* Fix for iOS browser flash issue */
|
||||
transform: translateZ(0);
|
||||
-webkit-transform: translateZ(0);
|
||||
backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue