update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-05 14:54:11 +08:00
parent 3f131c6f38
commit a6e7460dbd
3 changed files with 1 additions and 87 deletions

View File

@@ -2,23 +2,6 @@ html,
body {
padding: 0;
margin: 0;
font-family:
"Orbitron",
"Roboto Mono",
"Fira Mono",
"Consolas",
monospace,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Cantarell,
Fira Sans,
Droid Sans,
Helvetica Neue,
sans-serif;
background:
radial-gradient(
circle at 20% 80%,
@@ -473,7 +456,6 @@ a:hover {
color: #ff69b4;
text-shadow: 2px 2px 4px rgba(255, 105, 180, 0.3);
letter-spacing: 0.02em;
animation: centerRotate 4s linear infinite;
transform-origin: center;
}
@@ -493,19 +475,9 @@ a:hover {
color: transparent;
text-shadow: none;
animation:
centerRotate 4s linear infinite,
rainbow 3s ease-in-out infinite;
}
#floating-title {
position: absolute;
left: 50px;
top: 50px;
z-index: 1000;
transition: none;
user-select: none;
}
@keyframes centerRotate {
0% {
transform: rotate(0deg);