:sparklesS: Post reaction
This commit is contained in:
@@ -18,4 +18,15 @@
|
||||
html,
|
||||
body {
|
||||
font-family: var(--font-family);
|
||||
background-color: rgba(var(--v-theme-background), 1);
|
||||
}
|
||||
|
||||
.page-enter-active,
|
||||
.page-leave-active {
|
||||
transition: all 0.4s;
|
||||
}
|
||||
.page-enter-from,
|
||||
.page-leave-to {
|
||||
opacity: 0;
|
||||
filter: blur(1rem);
|
||||
}
|
Reference in New Issue
Block a user