This commit is contained in:
2025-05-07 16:18:37 -07:00
parent 83adeca919
commit f21fde6a61
3 changed files with 18 additions and 1 deletions

View File

@@ -40,3 +40,12 @@ a {
}
}
}
.watch-vp {
opacity: 0;
transition: opacity $transition-time ease;
&.visible {
opacity: 1;
}
}