/** * @name Dyslexia-Refurbished * @author Tropical#8908 & Qwerasd#5202 (Modified by @pedrock.) * @version 1.0 * @description A simple discord theme which makes the app more accommodating to people with dyslexia. * @source https://github.com/DiscordStyles/discord-dyslexia/ */ /* ----------------------------------------------------------------------- */ /* IMPORT SOURCE CODE */ @import url(https://discordstyles.github.io/discord-dyslexia/src/base.css); /* ----------------------------------------------------------------------- */ /* SETTINGS */ :root { --word-spacing: 3px; /* Word spacing */ --letter-spacing: 0.25px; /* Letter Spacing */ --message-line-spacing: 2; /* Line spacing on messages */ --font-primary: "OpenDyslexic"; --font-display: "OpenDyslexic"; --font-headline: "OpenDyslexic"; } /* This section is mainly focused on non-english clients, but may apply for english too */ /*Removes the unnecessary scroll arrows besides some text*/ .eyebrow_cf4812{ width: 260px; height: 1.1rem; } /* Remove scroll arrows from Activity/Game badges */ .badgeLabel__635ed, .lineClamp1__4bd52 { overflow: hidden !important; } /* Remove this ↓ if you don't want the Discord logo markdown to also have the OpenDyslexic font'*/ /*DEPRECATED .typeWindows__421ed>.wordmark__421ed:before { content: "Discord"; color: rgba(255, 255, 255, .7); font-size: 14px; text-shadow: 0 0 3px #000; } .wordmark__421ed > svg { display: none; } */ /* ----------------------------------------------------------------------- */