Skip to content

Commit

Permalink
change priority for transparent icon in cards
Browse files Browse the repository at this point in the history
  • Loading branch information
deborahniesz committed Aug 19, 2024
1 parent bb3b179 commit 51af110
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docusaurus/src/theme/DocCard/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ a.cardContainer {
/* vertical-align: middle; */
max-height: 30px;
width: auto;

[data-theme='dark'] & {
background-color: transparent;
}
}

.cardDescription {
font-size: 0.8rem;
}
}

[data-theme='dark'] .markdown .cardTitle img {
background-color: transparent;
}

0 comments on commit 51af110

Please sign in to comment.