feat: add seal.

This commit is contained in:
2026-05-31 14:20:38 -03:00
parent d778d82302
commit 458037829f
16 changed files with 33692 additions and 14 deletions
+14 -14
View File
@@ -74,24 +74,24 @@ body {
animation: float 5s ease-in-out infinite;
}
.main-frame::before,
.main-frame::after {
content: "✧";
.decorative-sparkle {
position: absolute;
color: var(--sparkle);
top: 10px;
font-size: 1.5rem;
text-shadow: 0 0 20px var(--sparkle-glow), 0 0 15px var(--sparkle-glow), 0 0 10px var(--sparkle-glow), 0 0 5px var(--sparkle-glow)
color: var(--sparkle);
text-shadow: 0 0 20px var(--sparkle-glow), 0 0 15px var(--sparkle-glow), 0 0 10px var(--sparkle-glow), 0 0 5px var(--sparkle-glow);
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
height: 24px;
width: 24px;
cursor: url('/cur/kuromi-hearts.webp') 0 0, auto !important;
transition: transform 0.2s ease;
}
.main-frame::before {
top: 10px;
left: 10px;
}
.main-frame::after {
top: 10px;
right: 10px;
.decorative-sparkle:hover {
transform: scale(1.15) rotate(15deg);
}
.content-box {