Serraniel 2020-11-04 20:51:52 +01:00
parent 806db3755f
commit 58514c90a3
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -1,5 +1,7 @@
md-list-item {
&:not(:last-child) {
border-bottom: 1px solid $gray;
// 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;
}
}