Skip to content

Commit

Permalink
style: make strong content more emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jun 15, 2024
1 parent 70fdc54 commit fc151b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/stylesheets/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.md-content__inner strong {
background: linear-gradient(120deg, #6debad7d 0%, #6debad7d 100%);
background-repeat: no-repeat;
background-size: 100% 30%;
background-position: 0 100%;
}

@media screen {
[data-md-color-scheme=slate] {
--md-typeset-color: #fafafa;
Expand Down

0 comments on commit fc151b3

Please sign in to comment.