Skip to content

Commit

Permalink
Ensure links on footer are underlined and are suitable colour in blue…
Browse files Browse the repository at this point in the history
… grey theme (bootstrap)
  • Loading branch information
FayCross authored and torinfo committed Nov 5, 2023
1 parent 48adc5c commit 85a63f0
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 137 deletions.
12 changes: 12 additions & 0 deletions modules/site/parent_templates/site/common/css/custom.css
Expand Up @@ -360,6 +360,18 @@ section {
color: red;
}

/* --LINKS-------------------------------------------------------------- */

section a:not(.accordion-toggle,.top-round,.carousel-control,.glossary),
footer a:not(.glossary) {
text-decoration: underline;
text-underline-position: under;
}

section div.navigator li a {
text-decoration: none;
}

/* --GLOSSARY-------------------------------------------------------------- */

a.glossary {
Expand Down

0 comments on commit 85a63f0

Please sign in to comment.