diff --git a/manifest.json b/manifest.json index 3e76a30..9646d8d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", - "version": "1.0.4", + "version": "1.0.5", "icons": { "16": "images/logo.png", "32": "images/logo.png", diff --git a/scss/dist/styles.css b/scss/dist/styles.css index b300bf1..4bd6641 100644 --- a/scss/dist/styles.css +++ b/scss/dist/styles.css @@ -10,11 +10,11 @@ body { background-color: transparent; } -.Button--primary, .btn-primary, .js-profile-editable-edit-button { +.Button--primary, .btn-primary, .js-profile-editable-edit-button, :where(.prc-Button-ButtonBase-c50BI):where([data-variant=primary]) { color: rgb(0, 0, 0) !important; background-color: rgb(255, 163, 26) !important; } -.Button--primary svg, .btn-primary svg, .js-profile-editable-edit-button svg { +.Button--primary svg, .btn-primary svg, .js-profile-editable-edit-button svg, :where(.prc-Button-ButtonBase-c50BI):where([data-variant=primary]) svg { color: rgb(0, 0, 0) !important; } diff --git a/scss/styles.scss b/scss/styles.scss index 5f45cb3..a103b4f 100644 --- a/scss/styles.scss +++ b/scss/styles.scss @@ -13,7 +13,7 @@ body { } } -.Button--primary, .btn-primary, .js-profile-editable-edit-button { +.Button--primary, .btn-primary, .js-profile-editable-edit-button, :where(.prc-Button-ButtonBase-c50BI):where([data-variant=primary]) { color: $black !important; background-color: $brand-color !important;