Skip to content

PostgreSQL - Dark by leyarotheconquerer

Screenshot of PostgreSQL - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categorywww.postgresql.org

Created

Updated

Size359 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark theme for PostgreSQL/Postgres documentation

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;
  }
}

Reviews

No reviews yet.