feat: add discord css
This commit is contained in:
parent
89d410a345
commit
b51073ad6b
|
@ -6,6 +6,7 @@
|
|||
|
||||
| Style | Applies To |
|
||||
|-------|------------|
|
||||
| [Discord](discord.css) | On Domain: discord.com or using [BeautifulDiscord](https://github.com/leovoel/BeautifulDiscord) |
|
||||
| [DuckDuckGo](duckduckgo.css) | On Domain: duckduckgo.com |
|
||||
| [Globals](globals.css) | Everything |
|
||||
| [Twitch](twitchtv.css) | Matching RegExp: `https:\/\/www.twitch.tv.*popout.*chat.*` |
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
::placeholder,
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: 'Inter';
|
||||
}
|
||||
|
||||
.embedInner-1-fpTo,
|
||||
.embedPill-1Zntps,
|
||||
.reaction-1ELvT8 {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.embedPill-1Zntps {
|
||||
width: 0.25rem;
|
||||
}
|
Loading…
Reference in New Issue