Skip to content

Commit

Permalink
fix(pronouns.cc): unthemed navbar toggler icon
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Nov 16, 2024
1 parent 73d4a20 commit ea952b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/pronouns.cc/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@
color: var(--bs-btn-close-color);
opacity: var(--bs-btn-close-opacity);
}
.navbar-toggler-icon {
@svg: escape("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='@{surface1}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");

Check failure on line 248 in styles/pronouns.cc/catppuccin.user.css

View workflow job for this annotation

GitHub Actions / Lint Userstyles

Unoptimized SVG detected (catppuccin/optimized-svgs)
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,@{svg}");
}
}
}

Expand Down

0 comments on commit ea952b3

Please sign in to comment.