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:
mgabdev 2020-08-17 11:39:50 -05:00
parent 5e93101b7b
commit a86bdc59bb
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
--navigation_search: var(--color_brand-light);
}
:visited {
color: inherit;
}
::selection {
background: var(--color_highlight);
}