Skip to content
Snippets Groups Projects
Commit 29830dc9 authored by Kocher, Manuel's avatar Kocher, Manuel
Browse files

add footer-link css to styles.js .getLinkCss()

parent 7e55da43
No related branches found
No related tags found
No related merge requests found
Pipeline #188590 passed
......@@ -1406,6 +1406,31 @@ export function getLinkCss() {
.link:hover::after {
background-color: var(--dbp-hover-color, var(--dbp-content));
}
.footer-links {
margin-top: 0.5em;
}
.footer-link {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
padding: 0;
margin-left: 1em;
transition: background-color 0.15s ease 0s, color 0.15s ease 0s;
color: var(--dbp-muted);
cursor: pointer;
text-decoration: none;
}
input::-moz-focus-inner { border: 0; }
:focus-visible{
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: 0px 0px 4px 2px var(--dbp-accent);
}
`;
}
......@@ -1607,4 +1632,3 @@ export function getTabulatorStyles() {
`;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment