Dyslexia
A simple discord theme which makes the app more accommodating to people with dyslexia.
86
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Dyslexia3
* @author Tropical#8908 & Qwerasd#52024
* @version 1.05
* @description A simple discord theme which makes the app more accommodating to people with dyslexia.6
* @source https://github.com/DiscordStyles/discord-dyslexia/7
*/8
9
/* ----------------------------------------------------------------------- */10
11
/* IMPORT SOURCE CODE */12
13
@import url(https://discordstyles.github.io/discord-dyslexia/src/base.css);14
15
/* ----------------------------------------------------------------------- */16
17
/* SETTINGS */18
19
:root {20
--word-spacing: 3px; /* Word spacing */21
--letter-spacing: 0.25px; /* Letter Spacing */22
--message-line-spacing: 2; /* Line spacing on messages */23
}24
25
/* ----------------------------------------------------------------------- */26