style: optimize first screen icon color

This commit is contained in:
XPoet 2021-01-21 17:43:15 +08:00
parent af64c08910
commit 2e33d9af70
2 changed files with 8 additions and 4 deletions

View File

@ -89,9 +89,17 @@ a {
text-decoration: none;
color: var(--default-text-color);
i {
color: var(--default-text-color);
}
&:hover, &:active {
text-decoration: none !important;
color: var(--primary-color);
i {
color: var(--primary-color);
}
}
}

View File

@ -56,10 +56,6 @@ $first-screen-img = $temp-img ? $temp-img:'/images/bg.svg';
cursor: pointer;
line-height: 2;
i {
color: var(--second-text-color);
}
&:last-child {
margin-right: 0;
}