diff --git a/package.json b/package.json index 652fb57..f99a528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-plus", - "version": "0.3.0-beta", + "version": "0.3.1-beta", "description": "Aniwatch Plus is a browser extension for https://aniwatch.me/", "main": "index.js", "scripts": { diff --git a/src/manifests/manifest.template.json b/src/manifests/manifest.template.json index f2d1e2a..3011896 100644 --- a/src/manifests/manifest.template.json +++ b/src/manifests/manifest.template.json @@ -1,8 +1,8 @@ { "name": "Aniwatch Plus", "short_name": "AW+", - "version": "0.3.0.0", - "version_name": "0.3.0 Beta", + "version": "0.3.1.0", + "version_name": "0.3.1 Beta", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.", "permissions": [ "*://aniwatch.me/*" diff --git a/src/stylesheets/enhancements/_lists.scss b/src/stylesheets/enhancements/_lists.scss index 078205e..acfbd08 100644 --- a/src/stylesheets/enhancements/_lists.scss +++ b/src/stylesheets/enhancements/_lists.scss @@ -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; } }