Skip to content
Snippets Groups Projects
Commit c6c7d001 authored by Thorsten Rinne's avatar Thorsten Rinne
Browse files

style: fix footer link color

parent 043210cc
Branches
Tags
No related merge requests found
......@@ -4,14 +4,28 @@ body {
background: var(--bs-light);
}
//
// Top navigation
//
.text-bg-pmf-nav {
color: var(--bs-light);
background-color: var(--bs-pmf-nav);
}
//
// Footer
//
.text-bg-pmf-footer {
color: var(--bs-light);
background-color: var(--bs-pmf-footer);
.nav-link {
color: var(--bs-light);
&:hover {
color: var(--bs-light);
text-decoration: underline;
}
}
}
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment