Skip to content
Snippets Groups Projects
Commit a7835ed9 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Improve link handling #137

parent b84af895
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,12 @@ function ebiFrameworkRunDataProtectionBanner(targetedFrameworkVersion) {
}
.data-protection-banner a,
.data-protection-banner a:hover {
cursor: pointer;
color: #fff;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: inherit;
text-decoration: none;
}
.data-protection-banner .medium-8 {
width: 75%; float: left;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment