diff --git a/src/stylesheets/aniwatchplus.scss b/src/stylesheets/aniwatchplus.scss new file mode 100644 index 0000000..09b3386 --- /dev/null +++ b/src/stylesheets/aniwatchplus.scss @@ -0,0 +1 @@ +@import './enhancements/lists.scss'; \ No newline at end of file diff --git a/src/stylesheets/enhancements/lists.scss b/src/stylesheets/enhancements/lists.scss new file mode 100644 index 0000000..599da22 --- /dev/null +++ b/src/stylesheets/enhancements/lists.scss @@ -0,0 +1,5 @@ +md-list-item { + &:not(:last-child) { + border-bottom: 1px solid rgba(155, 155, 155, 0.2); + } +}