完善icon

This commit is contained in:
zyronon
2023-08-23 17:40:13 +08:00
parent d179c4ce63
commit ee343330e9
3 changed files with 76 additions and 13 deletions

View File

@@ -17,8 +17,8 @@ html[data-theme='dark'] {
}
$anim-time: 0.3s;
* {
transition: background-color $anim-time, color $anim-time;
div {
transition: background $anim-time, color $anim-time;
}
html, body {
@@ -38,12 +38,12 @@ html, body {
height: 100%;
}
a {
//color: white;
color: $main;
text-decoration: none;
}
::-webkit-scrollbar {
width: 8rem;
height: 10rem;