From b51073ad6bdca0d0764f2872a64215fa21394113 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 24 Sep 2019 12:24:12 +0200 Subject: [PATCH] feat: add discord css --- css/various/README.md | 1 + css/various/discord.css | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 css/various/discord.css diff --git a/css/various/README.md b/css/various/README.md index 4535bf6..2c5fd54 100644 --- a/css/various/README.md +++ b/css/various/README.md @@ -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.*` | diff --git a/css/various/discord.css b/css/various/discord.css new file mode 100644 index 0000000..66ea2a1 --- /dev/null +++ b/css/various/discord.css @@ -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; +}