Skip to content

Commit

Permalink
Fix view links on cheatsheets
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 22, 2023
1 parent c4aaf36 commit 4928aa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions assets/css/content/cheatsheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,18 @@
/* h3 */

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

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

.page-cheatmd .content-inner h3.section-heading a.hover-link {
.page-cheatmd .content-inner h3.section-heading i {
display: none;
}

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 4928aa8

Please sign in to comment.