Skip to content

Commit

Permalink
Merge remote-tracking branch 'philo/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Meow committed Dec 19, 2024
2 parents d88b168 + b4f86ff commit 6346c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/common/mixins.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@define-mixin even-odd-type $classname, $type {
.$(classname):nth-child(odd).$(type),
.$(classname):nth-child(odd) .$(type) {
background: var(--$(type)-even-color);
background: var(--$(type)-odd-color);
}

.$(classname):nth-child(even).$(type),
Expand All @@ -25,7 +25,7 @@

.$(classname):nth-child(even) .$(classname):nth-child(odd).$(type),
.$(classname):nth-child(even) .$(classname):nth-child(odd) .$(type) {
background: var(--$(type)-even-color);
background: var(--$(type)-odd-color);
}
}

Expand Down

0 comments on commit 6346c5f

Please sign in to comment.