Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm236 authored Sep 5, 2024
1 parent 538c65a commit bb84025
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@
}

/* Create a new custom triangle on the right side */
summary::after {
summary::before {
margin-left: 1ch;
display: inline-block;
content: '';
font-family: fa;
transition: 0.2s;
}

details[open] > summary::after {
details[open] > summary::before {
transform: rotate(90deg);
}

Expand Down

0 comments on commit bb84025

Please sign in to comment.