Skip to content

Fix Text Color by LunarRoze

Details

AuthorLunarRoze

LicenseNo License

Categorymncacr.lms.pearsonconnexus.com

Created

Updated

Size476 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the text being hard to see, very basic css

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fix Text Color
@version      20240507.08.23
@namespace    https://userstyles.world/user/LunarRoze
@description  Fixes the text being hard to see, very basic css
@author       LunarRoze
==/UserStyle== */

@-moz-document domain("mncacr.lms.pearsonconnexus.com") {
.app-dark-theme .mat-drawer-container {
    color: #d8d9dc;
}

.fr-view blockquote {
    border-left: solid 2px #a1ca4e;
    color: #a1ca4e;
}

.fr-view tbody {
    color: #272623
}
}

Reviews

No reviews yet.