Skip to content

Instantly share code, notes, and snippets.

@kb10uy
Created September 8, 2024 02:26
Show Gist options
  • Save kb10uy/fd9b03ab093b9076e5733e439feeaeea to your computer and use it in GitHub Desktop.
Save kb10uy/fd9b03ab093b9076e5733e439feeaeea to your computer and use it in GitHub Desktop.
BOOTH の注文詳細ページでファイル一覧を striped にする
@-moz-document url-prefix("https://accounts.booth.pm/orders/") {
div.l-order-detail-by-shop
> div.sheet-group
> div.sheet
> div.list
> div.legacy-list-item:nth-child(even) {
background-color: #eee;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment