Skip to content

Liquibase - Dark by leyarotheconquerer

Screenshot of Liquibase - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categoryliquibase.com

Created

Updated

Code size496 B

Code checksum5650e66e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Basic dark theme for Liquibase site and documentation.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Liquibase - Dark
@version      20230629.15.59
@namespace    userstyles.world/user/leyarotheconquerer
@description  Basic dark theme for Liquibase site and documentation.
@author       leyarotheconquerer
@license      MIT
==/UserStyle== */

@-moz-document domain("liquibase.com") {
html {
    isolation: isolate;
}

.main-section {
    filter: invert(100%) hue-rotate(180deg);
    background: #fff;
}

img, iframe {
    filter: invert(100%) hue-rotate(180deg);
}


}

Reviews

No reviews yet.