Skip to content
Snippets Groups Projects
Commit d37c56d3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Added color for visited links

parent 841b2e57
No related branches found
No related tags found
2 merge requests!1395Development,!1394Development
...@@ -73,6 +73,9 @@ ...@@ -73,6 +73,9 @@
font-size: @result-font-url; font-size: @result-font-url;
text-decoration: none; text-decoration: none;
} }
&:visited {
color: #8091A2;
}
span.advertisement-mark { span.advertisement-mark {
border-color: #0d9c0d; border-color: #0d9c0d;
color: #0d9c0d; color: #0d9c0d;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment