A basic dark theme for Metabase
Metabase - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorymetabase
Created
Updated
Size384 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 Metabase - Dark
@version 20250110.19.01
@namespace metabase.com
@description A basic dark theme for Metabase
@author leyarotheconquerer
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.metabase.com") {
html {
filter: invert(100%) hue-rotate(180deg);
}
img {
filter: invert(100%) hue-rotate(180deg);
}
}