Skip to content

Commit

Permalink
fix: hide detail marker on safari (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Apr 6, 2024
1 parent bbda483 commit ad66b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ html, body , #__nuxt{
padding: 0;
}

summary::-webkit-details-marker {
display: none;
}

body {
--at-apply: bg-base color-base font-sans;
}
Expand Down

0 comments on commit ad66b94

Please sign in to comment.