A dark theme for StudySync by Mang0o. Creates a clean, dark workspace for StudySync that is easy on the eyes.
StudySync Dark Theme by mang0o

Details
Authormang0o
LicenseNo License
CategoryEducation
Created
Updated
Code size1.2 kB
Code checksum7e344216
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Made by Mang0o.
Source code
/* ==UserStyle==
@name studysync.com
@version 20230228.02.49
@namespace ?
==/UserStyle== */
@-moz-document domain("studysync.com") {
/* Studysync Darkmode by Mang0o */
.fullscreen__left,
.fullscreen__right {
background: #1c1c1e;
}
.multitool__header.stuck {
background-color: #1c1c1e;
}
.fullscreen__bar {
background: #1c1c1e;
}
body {
color: white;
background: #1c1c1e;
}
div {
background-color: #1c1c1e;
color: white;
}
nav.subnav {
background-color: #1c1c1e;
color: #1c1c1e;
}
header#header {
background-color: #1c1c1e;
}
p {
color: white;
background-color: #1c1c1e;
}
h1 {
color: white;
background-color: #1c1c1e;
}
h2 {
color: white;
background-color: #1c1c1e;
}
h3 {
color: white;
background-color: #1c1c1e;
}
div.assignment_header.ng-scope.allowThumb {
background-color: #1c1c1e;
color: #1c1c1e;
}
div.ng-scope {
background: #1c1c1e;
color: white;
}
.headline--strikethrough h1,
.headline--strikethrough h2,
.headline--strikethrough h3,
.headline--strikethrough h4,
.headline--strikethrough h5,
.headline--strikethrough span {
background: #1c1c1e;
}
}