Basic dark theme for Liquibase site and documentation.
Liquibase - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categoryliquibase.com
Created
Updated
Size496 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 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);
}
}