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

fixed color of links

parent a05e9fc5
No related branches found
No related tags found
Loading
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
} }
} }
.result-hoster { .result-hoster {
cursor: pointer;
font-size: .9em; font-size: .9em;
margin-left: 20px; margin-left: 20px;
color: #808080; color: #808080;
...@@ -63,6 +64,10 @@ ...@@ -63,6 +64,10 @@
padding: 8px; padding: 8px;
display: none; display: none;
a { a {
color: @link-color;
&:hover {
color: @a-hover-color;
}
margin-left: 4px; margin-left: 4px;
} }
} }
......
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