Avoid color sparkles when switching modes.
- the search bar (desktop view) - the site title.
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@mixin sidebar-icon {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
@mixin sidebar-links($color: rgba(255, 255, 255, 0.5)) {
|
||||
color: $color;
|
||||
transition: color 0.35s ease-in-out;
|
||||
user-select: none;
|
||||
margin: 0 .25rem;
|
||||
|
||||
Reference in New Issue
Block a user