ProtoSchool Dark Theme
ProtoSchool Dark by WgetCloud
Details
AuthorWgetCloud
LicenseNo License
CategoryProtoSchool
Created
Updated
Size910 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ProtoSchool Dark
@namespace github.com/openstyles/stylus
@version 1.0.0
==/UserStyle== */
@-moz-document domain("proto.school") {
body {
background-color: #222;
}
[class*=white][data-cy] {
background-color: #6666;
}
#app,
.tutorials-grid *,
ul.lessons-list a div {
color: #ddd;
}
ul.lessons-list a:hover {
background-color: #bfe5e955 !important;
}
.container a,
.textLink[data-cy] {
color: #abf;
}
.chevron.down::before {
border-color: #abf transparent transparent transparent !important;
}
.chevron.right::before {
border-color: transparent transparent transparent #abf !important;
}
.container a:visited {
color: #bac;
}
.challenge,
.coding-challenge-container {
background-color: #222 !important;
}
.radio-button {
border-color: #6b90da !important;
}
.radio-button:after {
background-color: #6b90da !important;
}
}