1
0

feat!: remove custom catppuccin server icons (#185)

Now that Discord started to introduce their own emoji icons even on
Desktop, it's probably for the best to remove the icons from our
`_catppuccin-server.scss` component.
This commit is contained in:
winston
2023-05-20 07:47:02 +02:00
committed by GitHub
parent 0f2c393b11
commit be898e83d7
3 changed files with 0 additions and 432 deletions

View File

@@ -17,5 +17,3 @@
@import "components/popouts";
@import "components/details";
@import "components/catppuccin-server";

View File

@@ -21,7 +21,6 @@ button[class*="emojiButtonNormal"] > div > div {
// for dark sidebars :clueless:
:root .theme-dark {
@import "@catppuccin/palette/scss/mocha";
@import "components/_catppuccin-server";
// weighted brand colors
--brand-experiment: #{$brand};

File diff suppressed because one or more lines are too long