Added :visited style to inherit so it does not show different color
• Added: - :visited style to inherit so it does not show different color
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
--navigation_search: var(--color_brand-light);
|
||||
}
|
||||
|
||||
:visited {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--color_highlight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user