a dark mode for java point website
Javapoint dark mode by joshua-lebreton
Details
Authorjoshua-lebreton
LicenseNo License
CategoryJavapoint.com
Created
Updated
Size786 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 Javapoint dark mode
@version 20220215.19.34
@namespace userstyles.world/user/joshua-lebreton
@description a dark mode for java point website
@author joshua-lebreton
@license No License
==/UserStyle== */
@-moz-document domain("javatpoint.com") {
div.onlycontent{
background: black;
}
#city td{
color:#bebebe;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color:#949494;
}
table{
background:black;
}
:root{
--code-bg: hsl(0deg 0% 0%);
--code-color: #fff;
--table-hdr-color: #3f3f3f;
--table-bg: #3f3f3f;
--table-bg-alt: #3f3f3f;
--table-hdr-bg: #3f3f3f;
}
table.alt th{
color: #bebebe;;
}
table.alt tr:nth-child(even) {
background-color: #3f3f3f;
}
}