Update pointer, logos, etc.

This commit is contained in:
2025-06-08 11:30:43 +02:00
parent 25e935661f
commit 8df71ce1d3
17 changed files with 1500 additions and 272 deletions

View File

@@ -1 +1,28 @@
.cursor-dot,.cursor-dot-outline{pointer-events:none;position:absolute;top:0;left:0;border-radius:50%;opacity:0;transform:translate(-50%,-50%);transition:opacity 0.3s ease-in-out,transform 0.3s ease-in-out;}.cursor-dot{width:12px;height:12px;background-color:red;z-index:99;}.no-cursor{cursor:none;}.no-cursor a,.no-cursor div,.no-cursor span{cursor:none;}
.cursor-dot,
.cursor-dot-outline {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transform: translate(-50%, -50%);
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
z-index: 99;
}
.cursor-dot {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
color: rgb(46, 46, 46);
font-size: 16px;
}
.no-cursor {
cursor: none;
}
.no-cursor a,
.no-cursor div,
.no-cursor span {
cursor: none;
}