Skip to content

Commit

Permalink
Fix cheatsheets header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 27, 2025
1 parent 984167d commit 654960a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Cheatsheet.cheatmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Paragraphs are visually distinct from one another.
| `%A, %B %e, %Y` | `Sunday, June 5, 2013` |
| `%b %e %a` | `Jun 5 Sun` |

### [Link](`mix docs`)

Header with links in it.

## Variants
{: .col-2}

Expand Down
7 changes: 0 additions & 7 deletions assets/css/content/cheatsheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,10 @@
/* h3 */

.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 {
min-width: 300px;
margin: 0;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 654960a

Please sign in to comment.