Skip to content

Instantly share code, notes, and snippets.

View spcanelon's full-sized avatar

Silvia Canelón spcanelon

View GitHub Profile
@Arty2
Arty2 / airtable-dark-theme.css
Created August 29, 2019 16:20
User Style for airtable.com that introduces a Dark theme and other visual tweaks. To be used with Stylus or similar extention
/*
Makes text a bit blurry due to ClearType being disabled when CSS Filters are used. Should probably use a less *naive* way.
*/
#hyperbaseContainer {
filter: invert(100%);
}
#hyperbaseContainer img,
#hyperbaseContainer button { /* revert images back to normal */