User:Diligamer

From Wikipedia, the free encyclopedia

Scripts[edit]

WikiFont: DM Sans[edit]

Some users may struggle to read Wikipedia, so I made this CSS Style which aids in reading wikipedia for those with Dyslexia. To use this, you must have the Stylus (browser extension) installed.

* {
	font-family: 'DM Sans' !important;
	letter-spacing: 0.01em;
}

Feel free to edit this script to make it easier for you to read wikipedia. You may also use the Custom CSS option in the theme preferences.

WikiTalk: Borders[edit]

dd {
	border-left: 5px solid #EAECF0 !important;
}