AniwatchPlus/src/stylesheets/enhancements/_lists.scss
2020-11-04 21:11:36 +01:00

7 lines
322 B
SCSS

md-list-item {
&:not(:last-child) {
// added important to override aniwatch new introduced border which has a different, more "aggressive" color
// https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
border-bottom: 1px solid $gray !important;
}
}