1
Fork 0

feat: add discord css

This commit is contained in:
Bauke 2019-09-24 12:24:12 +02:00
parent 89d410a345
commit b51073ad6b
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 19 additions and 0 deletions

View File

@ -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.*` |

18
css/various/discord.css Normal file
View File

@ -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;
}