Skip to content

Commit

Permalink
Добавляет правильное значение font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina committed Aug 8, 2023
1 parent 86251df commit 122c7b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/blocks/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
margin-block-start: 5px;
}

.content > p > kbd,
.content > ul > li > kbd,
.content > ol > li > kbd {
font-family: var(--font-family, monospace);
}

.content > img,
.content > video,
.content > audio,
Expand Down

0 comments on commit 122c7b6

Please sign in to comment.