fix(mastodon): theme notif icon (#181)

This commit is contained in:
Isabel 2023-08-26 22:00:14 +01:00 committed by GitHub
parent f444a8a29b
commit 32a9b0a8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@name Mastodon Catppuccin
@namespace github.com/catppuccin/userstyles/styles/mastodon
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon
@version 1.1.7
@version 1.1.8
@description Soothing pastel theme for Mastodon
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css
@ -416,7 +416,8 @@ domain("piaille.fr") {
.button,
.button.button-tertiary,
.button.logo-button {
.button.logo-button,
.icon-with-badge__badge {
background: @accent-color;
color: @base;
}