Skip to content

Commit

Permalink
fix: Fix rendering of active aside link
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Mar 19, 2024
1 parent a6a19fc commit 14cee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/static/stylesheets/_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ body {
}

.aside--layout .aside__link--active::after {
content: '';
content: '👉';
float: right;
}

Expand Down

0 comments on commit 14cee92

Please sign in to comment.