Skip to content

Commit

Permalink
Change text decoration color on cheatsheet headers
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 15, 2023
1 parent aca43d0 commit 194a25b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions assets/css/content/cheatsheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@

.page-cheatmd .content-inner h3 {
color: var(--main);
text-decoration-color: var(--main);
margin: 0 0 1em;
font-weight: 400;
}

.page-cheatmd .content-inner h3 :is(a, a:visited) {
color: var(--main);
text-decoration-color: var(--main);
}

.page-cheatmd .content-inner section.h3 {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 194a25b

Please sign in to comment.