Skip to content
Snippets Groups Projects
Commit ecd3fb93 authored by Mario Wenzel's avatar Mario Wenzel
Browse files

www: added style for reflinks

parent cf520701
No related branches found
No related tags found
No related merge requests found
......@@ -52,3 +52,22 @@ p > code {
padding: 3px;
border: 1px solid #ccc;
}
span.reflinks {
font-size: x-small;
vertical-align: middle;
}
span.reflinks > a {
background-color: #007bff;
color: #ccc;
border-radius: 6px;
padding: 2px;
padding-left: 4px;
padding-right: 4px;
}
span.reflinks > a:hover {
color: #FFF;
text-decoration: none;
}
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