Basic dark theme for psycopg.org
Psycopg.org - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorypsycopg.org
Created
Updated
Size470 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 Psycopg.org - Dark
@version 20211202.23.03
@namespace userstyles.world/user/leyarotheconquerer
@description Basic dark theme for psycopg.org
@author leyarotheconquerer
@license MIT
==/UserStyle== */
@-moz-document regexp("https://www.psycopg.org(?!/psycopg3/docs/).*") {
html {
filter: invert(100%) hue-rotate(180deg);
}
body {
background-color: #def;
}
img {
filter: invert(100%) hue-rotate(180deg);
}
}