style: optimize first screen icon color
This commit is contained in:
parent
af64c08910
commit
2e33d9af70
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue