This commit is contained in:
Laux Dev
2026-02-23 17:00:04 +08:00
parent 7978b37203
commit db5b910653
6 changed files with 185 additions and 189 deletions

View File

@@ -0,0 +1,12 @@
.navContainer > div > svg > path {
stroke: #858699;
}
.navContainer > div:hover > svg > path {
stroke: #969af9;
}
.navContainer > div > svg > g > path {
stroke: #858699;
}
.navContainer > div:hover > svg > g > path {
stroke: #969af9;
}