Initial commit: anime-minimalist personal blog
- React 18 + Vite + React Router v6 - Glass morphism cards with rounded corners - Dark/light theme toggle - Article CRUD with localStorage persistence - Search, admin panel (PIN: 2501), sakura petal canvas animation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
src/components/ui/ScrollProgress.module.css
Normal file
10
src/components/ui/ScrollProgress.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 2px;
|
||||
background: linear-gradient(90deg, var(--color-accent-strong), var(--color-accent));
|
||||
z-index: 200;
|
||||
transition: width 0.1s linear;
|
||||
border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
|
||||
}
|
||||
Reference in New Issue
Block a user