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:
parent
5e93101b7b
commit
a86bdc59bb
|
@ -50,6 +50,10 @@
|
|||
--navigation_search: var(--color_brand-light);
|
||||
}
|
||||
|
||||
:visited {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--color_highlight);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue