Skip to content
Snippets Groups Projects
Commit 200dee6b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add internal link styles to common Link css

parent 70093dd9
No related branches found
No related tags found
No related merge requests found
Pipeline #55642 failed
......@@ -1069,6 +1069,17 @@ export function getLinkCss() {
animation: 0s linkIconIn;
font-size: 103%;
}
.int-link-internal{
transition: background-color 0.15s, color 0.15s;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.int-link-internal:hover{
background-color: black;
color: white;
text-decoration: underline;
}
`;
}
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