A reddish dark mode
onlinecourses.nptel.ac.in by vaib215
Details
Authorvaib215
LicenseNo License
Categoryuserstyles
Created
Updated
Size773 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 onlinecourses.nptel.ac.in
@version 20220331.08.42
@namespace userstyles.world/user/vaib215
@description A reddish dark mode
@author vaib215
@license No License
==/UserStyle== */
@-moz-document domain("onlinecourses.nptel.ac.in") {
body{
background-color:#993333;
color:#f9ff
}
#gcb-main-body {
background-color:#993333;
}
h1,h2,h3,h4,h5,h6{
color: #f063a8;
}
.gcb-aside{
background-color:#4d2929;
}
#gcb-nav-left .gcb-aside a {
color:#ffcdff;
}
#gcb-nav-left .gcb-aside a:hover {
color:#680a68;
}
.gcb-aside li > div {
background-color:#590559;
}
.gcb-aside li > div:hover {
background-color:#f995f9;
}
#video-transcript-container {
color:#d9c7c7;
background:#022020;
}
}