Skip to content

Commit

Permalink
Fixed styling of h4 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Jan 30, 2024
1 parent 0b88fdd commit a14ab11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ img {
margin: auto;
}

h4,
.text-delta {
@include fs-4;
font-weight: 500;
text-transform: unset;
letter-spacing: unset;
}

// Showing light and dark theme images separately
@media (prefers-color-scheme: light) {
img[src$="gh-dark-mode-only"] {
Expand Down

0 comments on commit a14ab11

Please sign in to comment.