Confluence Dark Mode
Confluence Dark 2022 by autometrist
Details
Authorautometrist
LicenseNo License
CategoryConfluence
Created
Updated
Size560 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 Confluence Dark 2022
@version 20220110.19.40
@namespace userstyles.world/user/autometrist
@description Confluence Dark Mode
@author autometrist
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://confluence"), url-prefix("https://confluence") {
html {
filter: invert(92%) hue-rotate(180deg) brightness(150%) contrast(100%);
background: white;
}
body {
background: white;
}
img,
svg,
mp4,
video {
filter: invert(80%) hue-rotate(180deg) brightness(150%) contrast(100%)
}
}