Skip to content

Airtable - Dark by leyarotheconquerer

Screenshot of Airtable - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categoryairtable.com

Created

Updated

Size507 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Basic dark theme for Airtable

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Airtable - Dark
@namespace      airtable.com
@version        1.0.0
@description    Basic dark theme for Airtable
@author         leyarotheconquerer
==/UserStyle== */

@-moz-document domain("airtable.com") {
html {
    filter: invert(100%) hue-rotate(180deg);
}

img, video, .background-cover,
.docs .languageTabs, .docs .codeBackground, .docs .code {
    filter: invert(100%) hue-rotate(180deg);
}
    
body.baymax, html[ng-csp="no-unsafe-eval"] {
    background: white;
}
}

Reviews

No reviews yet.