/**
 * @name Wildberry
 * @version 1.0.0
 * @description Inspired by a Pop Tart flavour enjoy a berry inspired color storm for discord
 * @author Daggy1234
 * @source https://github.com/DagCord/Wildberry
*/

@import url('https://dagcord.github.io/Wildberry/wildberry.css');
@import url("https://dev-cats.github.io/code-snippets/JetBrainsMono.css");


.theme-dark .button-12Fmur svg {
  color: white;
}

code{
  font-family: 'JetBrains Mono';
  -webkit-font-feature-settings: "liga" on, "calt" on;
  text-rendering: optimizeLegibility;
}