Skip to content

Commit

Permalink
css: improved nth child selection on contributor page
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Aug 19, 2024
1 parent 299c52d commit d91e06d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions static/css/rosenpass.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,9 +994,8 @@ margin: 0.1rem;
background-color: var(--bs-white) !important;
}

#main-contributors .member:nth-child(7n + 1),
#main-contributors .member:nth-child(7n + 4),
#main-contributors .member:nth-child(7n + 5) {
#main-contributors .member:nth-child(4n-2),
#main-contributors .member:nth-child(4n-1){
background-color: var(--bs-light) !important;
}
}
Expand Down

0 comments on commit d91e06d

Please sign in to comment.