Changes the BG Color, Text Color, and Font. The Font (Lexend) is supposed to help struggling readers, including dyslexic people.
[Dark] Easy Reading Encyclopedia - Flight Rising by airazon
![Screenshot of [Dark] Easy Reading Encyclopedia - Flight Rising](https://userstyles.world/preview/13424/0.jpeg)
Details
Authorairazon
LicenseCC Zero
Categoryhttps://www1.flightrising.com
Created
Updated
Code size567 B
Code checksumefb5aa1a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name [FR] Easy Reading Encyclopedia (Dark)
@namespace https://userstyles.world/user/airazon
@version 1.0.0
@description Makes reading easier.
@author Airazon
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/wiki") {
.main {
background-color: #070707;
background-image: none;
}
#wikitext, #wikitext i, #wikitext b {
color: #999999;
}
body, td, th {
font-family: Lexend, sans-serif;
font-weight: 600;
}
}