Skip to content

Commit

Permalink
exercise directive
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Sep 27, 2023
1 parent ba9f689 commit 516f9ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ body {
color: #444;
}

div.exercise p.admonition-title::before {
content: var(--pst-icon-admonition-pencil);
div.exercise.admonition p.admonition-title::before {
content: "";
}

div.exercise p.admonition-title::after {
content: "";
content: var(--pst-icon-admonition-todo);
}

1 comment on commit 516f9ff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.