Skip to content

Commit

Permalink
2025-01-19 00:24:48
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Jan 19, 2025
1 parent c574997 commit 92b536a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/css/system/modules/_shortcodes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ body {
border-radius: unset;

> code {
.line:last-child:after {
content: ' _ ';
opacity: 0;
animation: cursor 1s infinite;
.line:last-child {
.cl:after {
content: ' _ ';
opacity: 0;
animation: cursor 1s infinite;
}
}
}

Expand Down

0 comments on commit 92b536a

Please sign in to comment.