Changes the BG Color, Text Color, and Font. The Font (Lexend) is supposed to help struggling readers, including dyslexic people.
[Light] Easy Reading Encyclopedia - Flight Rising by airazon
Details
Authorairazon
LicenseCC Zero
Categoryhttps://www1.flightrising.com
Created
Updated
Size572 B
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 (Light)
@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: #D2D4D8;
background-image: none;
}
#wikitext, #wikitext i, #wikitext b {
color: #2D2D2D;
}
body, td, th {
font-family: Lexend, sans-serif;
font-weight: 600;
}
}