#107 Override border color
https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
This commit is contained in:
parent
806db3755f
commit
58514c90a3
|
@ -1,5 +1,7 @@
|
||||||
md-list-item {
|
md-list-item {
|
||||||
&:not(:last-child) {
|
&: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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue