Skip to content

Dark AP Classroom by Qyoh

Details

AuthorQyoh

LicenseNo License

Categoryapclassroom.collegeboard.org

Created

Updated

Code size526 B

Code checksum60da3798

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

quick and dirty apclassroom dark mode [WIP]

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Dark AP Classroom
@version    20241230.20.25
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://apclassroom.collegeboard.org/") {
.two-columns {
    background-color: black;
}
.lrn {
    color: white;
}
.bluebook-player-f36mK .lrn .lrn_widget.lrn_mcq .lrn_mcqgroup .lrn-mcq-option.lrn_selected {
    background-color: black
}
.lrn-label {
    background-color: black;
}

.chameleon :is(.text-gray-900) {
    background-color: black;
    color:white
}


}

Reviews

No reviews yet.