diff --git a/sass/list.scss b/sass/list.scss index 7c479ff..4f2b124 100644 --- a/sass/list.scss +++ b/sass/list.scss @@ -14,6 +14,12 @@ @include respond-to("medium-up") { border-left: 1px solid var(--border-color); + &:nth-child(4n), + &:nth-child(4n-1) + { + background-color: var(--default-color); + } + &:first-child, &:nth-child(2) { border-top: 1px solid var(--border-color); @@ -26,7 +32,7 @@ } &:hover { - background-color: var(--default-color); + background-color: var(--border-color); } } diff --git a/views/pages/mon-compte/ma-collection/index.ejs b/views/pages/mon-compte/ma-collection/index.ejs index 4f401b7..970d584 100644 --- a/views/pages/mon-compte/ma-collection/index.ejs +++ b/views/pages/mon-compte/ma-collection/index.ejs @@ -44,7 +44,7 @@
-
+