Created
September 8, 2024 02:26
-
-
Save kb10uy/fd9b03ab093b9076e5733e439feeaeea to your computer and use it in GitHub Desktop.
BOOTH の注文詳細ページでファイル一覧を striped にする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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