添加鼠标单击烟花特效

This commit is contained in:
tangly1024
2022-04-29 17:26:32 +08:00
parent 2496908003
commit c7908a5277
5 changed files with 224 additions and 2 deletions

View File

@@ -145,4 +145,11 @@ nav {
.notion-code-copy-button > svg{
pointer-events:none
}
}
.fireworks{
position: fixed;
left: 0;
top: 0;
z-index: 11;
pointer-events: none;}