Skip to content

Commit

Permalink
guide: Adapt color of <details> to theme (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia authored Feb 3, 2025
2 parents 8a6b543 + df06f2c commit 5fd6c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ sup {
}

details {
background: lightblue;
background: var(--quote-bg);
border-radius: 8px;
padding: 7px;
margin-top: 5px;
}

summary {
cursor: pointer;
}
}

0 comments on commit 5fd6c39

Please sign in to comment.