Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
c02ab818
Commit
c02ab818
authored
Mar 08, 2021
by
Dominik Hebeler
Browse files
fixed color of links
parent
a05e9fc5
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result.less
View file @
c02ab818
...
...
@@ -51,6 +51,7 @@
}
}
.result-hoster {
cursor: pointer;
font-size: .9em;
margin-left: 20px;
color: #808080;
...
...
@@ -63,6 +64,10 @@
padding: 8px;
display: none;
a {
color: @link-color;
&:hover {
color: @a-hover-color;
}
margin-left: 4px;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment