diff --git a/shop.php b/shop.php index 93c8279..1d4c60d 100644 --- a/shop.php +++ b/shop.php @@ -256,6 +256,12 @@ switch ($shopItemTypeNumber) { font-family: Tahoma, sans-serif; font-size: 13px; } + table.zebra tr { + background-color: #C7C7C7; + } + table.zebra tr:nth-child(even) { + background-color: #D5D5D5; + }