A simple dark theme for PostgreSQL/Postgres documentation
PostgreSQL - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorywww.postgresql.org
Created
Updated
Size359 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 PostgreSQL - Dark
@namespace www.postgresql.org
@version 1.0.0
@description A simple dark theme for PostgreSQL documentation
@author leyarotheconquerer
==/UserStyle== */
@-moz-document domain("www.postgresql.org")
{
body
{
filter: invert(100%);
background-color: black;
}
}