Added new features

This commit is contained in:
Laux Dev
2026-02-26 16:27:44 +08:00
parent bd94bb4618
commit ccd0caf14d
8 changed files with 901 additions and 236 deletions

View File

@@ -21,6 +21,18 @@
border: 0.5px solid #8187ff;
cursor: pointer;
}
.title > div:hover {
border-radius: 100px;
border: 0.5px solid #959aff;
background: linear-gradient(
180deg,
rgba(149, 154, 255, 0.25) 0%,
rgba(88, 91, 151, 0.25) 100%
);
}
.title > div:hover path {
stroke: white;
}
.title > p {
color: #d2d3e1;
font-size: 24px;