fun improvements (#1)
Some checks failed
Build and Deploy Blog / build-and-deploy-local (push) Failing after 11s
Some checks failed
Build and Deploy Blog / build-and-deploy-local (push) Failing after 11s
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -130,3 +130,13 @@ body {
|
||||
.prose :not(pre) > code::after {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
/* ── Corner ribbon animation ── */
|
||||
@keyframes blink {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.4; }
|
||||
}
|
||||
|
||||
@utility animate-blink {
|
||||
animation: blink 0.8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user