Dark theme for Seneca, works on activity pages.
Dark theme for Senecalearning by tyhdefu

Details
Authortyhdefu
LicenseMIT
Categorysenecalearning
Created
Updated
Code size1.4 kB
Code checksum6d46c5cb
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark theme for Seneca
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark theme for Seneca
@author tyhdefu
==/UserStyle== */
@-moz-document domain("senecalearning.com") {
/** Main background **/
body,
.SessionScrollView__wrapper,
.SessionProgressBarContainer_progressBar__2errF,
.SessionControlBar_wrapper__2XLzu {
background-color: #1c1b22 !important
}
/** Cards / tiles **/
.MessageStructure__content,
/*.MultipleChoiceCardContents_contents__2YA0v,
.MultiSelectCardContents_contents__cNf9H,*/
.withModuleStyle_wrapper__5MQZf,
.SelectableWord--crossedOut {
background-color: #2f2e36
}
/* These are hard to read without making them white again, especially when they are SVGs.*/
.ConceptCarouselDesktop_viewable__O2iOg,
.MultipleChoiceQuestion_image__1n333 {
background-color: white
}
/** Text **/
.MessageStructure__textContent,
.MessageStructureWithSections__textContent,
.MultipleChoiceQuestion_text__IlrFA,
.ExactList_statement__2RyZh,
.gicvZm,
.WorkedExample_question__3WiyT,
.Step_instruction__1FNaH,
.Step_equation__3ySfP,
.Wordfill_textContainer__1uM-K,
.SelectableWord {
color: white !important
}
.DesktopConcept_titleSection__2frp_ * {
color: white !important
}
}