Skip to content

Commit

Permalink
#1208 Make sure links in main content of Bootstrap projects are under…
Browse files Browse the repository at this point in the history
…lined
  • Loading branch information
FayCross committed May 3, 2023
1 parent b483e44 commit b0022c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/site/parent_templates/site/common/css/custom.css
Expand Up @@ -360,6 +360,16 @@ section {
color: red;
}

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

section a:not(.accordion-toggle) {
text-decoration: underline;
}

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

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

a.glossary {
Expand Down

0 comments on commit b0022c8

Please sign in to comment.