diff --git a/style.less b/style.less index a1ffbd5..b73670c 100644 --- a/style.less +++ b/style.less @@ -861,6 +861,14 @@ header{ } } + .planting, .planting + more { + background: #d0ae96; + } + &:nth-child(7n+3) { + .planting, .planting + more { + background: #cc978d; + } + } .planting, .harvesting{ padding-bottom: 11px; .clearfix; @@ -1143,4 +1151,4 @@ header{ } } } -} \ No newline at end of file +}