Skip to content
Snippets Groups Projects
Commit 0b1ba585 authored by Anthony's avatar Anthony
Browse files

Visited a link keep same color

parent a99c57ff
No related branches found
No related tags found
No related merge requests found
Pipeline #2073 passed
...@@ -153,6 +153,10 @@ a { ...@@ -153,6 +153,10 @@ a {
color: var(--macao-primary-color); color: var(--macao-primary-color);
} }
a:visited {
color: var(--macao-primary-color) !important;
}
a.active { a.active {
color: var(--macao-secondary-font-color) !important; color: var(--macao-secondary-font-color) !important;
background-color: var(--macao-primary-color); background-color: var(--macao-primary-color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment