mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
refactor: replace Swup page transitions with native transitions
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Page Transitions */
|
||||
::view-transition-old(root),
|
||||
::view-transition-new(root) {
|
||||
animation-duration: 300ms;
|
||||
}
|
||||
|
||||
/** Critic Markup */
|
||||
del {
|
||||
@apply decoration-[0.15em];
|
||||
@@ -171,11 +177,6 @@
|
||||
.icon {
|
||||
@apply fill-shibui-950 dark:fill-shibui-200/[0.87];
|
||||
}
|
||||
|
||||
/** Swup */
|
||||
main[tabindex='-1'] {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
||||
Reference in New Issue
Block a user