Files
_dotfiles/.config/Vencord/themes/dyslexia.theme.css
2024-07-22 18:21:51 +02:00

26 lines
778 B
CSS

/**
* @name Dyslexia
* @author Tropical#8908 & Qwerasd#5202
* @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 */
}
/* ----------------------------------------------------------------------- */