Dark mode for Oracle docs
oracle.com by benjaminghys
Details
Authorbenjaminghys
LicenseNo License
CategoryOracle
Created
Updated
Size708 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 oracle.com
@version 20210920.22.19
@namespace userstyles.world/user/benjaminghys
@description Dark mode for Oracle docs
@author benjaminghys
@license No License
==/UserStyle== */
@-moz-document domain("oracle.com") {
html {
background: #4F4F4F;
color: #FFF;
}
.MainFlow_indented {
background: #202020;
color: #FFF;
}
.nolinkBHEAD {
color: #FFF
}
a:link, #TagNotes a:visited, #TagNotes a:link, #Contents a:visited, #Contents a:link, .NavBit a:visited, .NavBit a:link {
color: #57DC38;
}
.header-container, #TopBar, .Banner {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
color:#202020;
}
}