This commit is contained in:
Mirco Wittrien 2021-02-18 16:49:52 +01:00
parent ceee4f1e01
commit 30a98c5f54
4 changed files with 8 additions and 8 deletions

View File

@ -39,7 +39,7 @@
- [Personal Pins](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PersonalPins) - Allows you to save locally pin Messages similar to normal Pins
- [Pin DMs](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PinDMs) - Allows you to pin DMs, making them appear at the top of your DMs/Guild-list
- [Plugin Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PluginRepo) - Allows you to look at all plugins from the plugin repo and download them on the fly
- [Quick Mention ](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/QuickMention) - Adds a mention entry to the message option toolbar
- [Quick Mention](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/QuickMention) - Adds a mention entry to the message option toolbar
- [Read All Notifications Button](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ReadAllNotificationsButton) - Adds a little button at the top of your serverlist that enables you to clear all mentions and messagesnotifications at once
- [Remove Blocked Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveBlockedMessages) - Removes blocked messages/users completely
- [Remove Nicknames](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveNicknames) - Replaces all nicknames with the actual accountnames

View File

@ -14,7 +14,7 @@
--dfont: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
--dtextshadow: transparent;
--dbackground: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/background.jpg);
--dbackground: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg);
--dbackgroundsize: cover;
--dbackgroundposition: center;
--dblur: unset;

View File

@ -1757,10 +1757,10 @@
border-color: rgb(var(--vaccentcolor));
}
.checked-3_4uQ9[style*="background-color: rgb(114, 137, 218)"] {
.checkbox-1ix_J3.checked-3_4uQ9[style*="background-color: rgb(114, 137, 218)"] {
background-color: rgb(var(--vaccentcolor)) !important;
}
.checked-3_4uQ9[style*="border-color: rgb(114, 137, 218)"] {
.checkbox-1ix_J3.checked-3_4uQ9[style*="border-color: rgb(114, 137, 218)"] {
border-color: rgb(var(--vaccentcolor)) !important;
}

View File

@ -591,13 +591,13 @@ html .iconBadge-2wi9r4 {
#app-mount .checkbox-1ix_J3 {
border-color: var(--text-muted);
}
#app-mount .checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"],
#app-mount .checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) {
#app-mount .checkbox-1ix_J3.checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"],
#app-mount .checkbox-1ix_J3.checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) {
background-color: rgb(var(--vaccentcolor)) !important;
border-color: rgb(var(--vaccentcolor)) !important;
}
#app-mount .checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"] path,
#app-mount .checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) path {
#app-mount .checkbox-1ix_J3.checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"] path,
#app-mount .checkbox-1ix_J3.checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) path {
fill: #fff;
}