Compare commits

..

1 Commits

Author SHA1 Message Date
YuxuanFan 6afc0b7d45 Improve settings sidebar click area 2026-04-28 04:47:48 -07:00
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@
cursor: default;
a{
display: block;
width: 100%;
height: 100%;
color: #666;
cursor: pointer;
&:hover{
color: #333;
}
@ -193,4 +197,4 @@
}
.blue-Purple{
color: #466AFF !important;
}
}