Skip to content

Commit

Permalink
Fix link highlight styles in info box. (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmi authored May 8, 2024
1 parent 60cc18e commit 580502a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6352,3 +6352,6 @@ figure {
border-radius: 5px;
margin: 32px 0px;
}
.info-box > * {
background-color: transparent;
}
5 changes: 5 additions & 0 deletions website/src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,8 @@ figure {
border-radius: 5px;
margin: 32px 0px;
}

/* Remove link highlighting from info box. */
.info-box > * {
background-color: transparent;
}

0 comments on commit 580502a

Please sign in to comment.