Skip to content

Instantly share code, notes, and snippets.

@leocb
Last active March 20, 2019 19:01
Show Gist options
  • Select an option

  • Save leocb/72b984a2548a44e9d2e1785860b60b98 to your computer and use it in GitHub Desktop.

Select an option

Save leocb/72b984a2548a44e9d2e1785860b60b98 to your computer and use it in GitHub Desktop.
Trello Frost Lists background

Instructions are only for Chrome

Enable Experimental Web Platform Features

Enable it here: chrome://flags/#enable-experimental-web-platform-features

Install Stylebot chrome extension

https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha then import the following style:

{
   "trello.com":{
      "_enabled":true,
      "_rules":{
         "div.list.js-list-content":{
            "backdrop-filter":"blur(3px)",
            "background-color":"rgba(255,255,255,0.6)"
         }
      }
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment