Skip to content

Instantly share code, notes, and snippets.

@leocb
Last active March 20, 2019 19:01
Show Gist options
  • Save leocb/72b984a2548a44e9d2e1785860b60b98 to your computer and use it in GitHub Desktop.
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

Copy and paste this on your chrome URL/searchbar thingy:

chrome://flags/#enable-experimental-web-platform-features Then Enable the feature

Install Stylebot chrome extension

  1. Download the extension from the chrome webstore here
  2. Import the following style in the extension:
{
   "trello.com":{
      "_enabled":true,
      "_rules":{
         "div.list.js-list-content":{
            "backdrop-filter":"blur(6px)",
            "background-color":"rgba(255,255,255,0.6)"
         },
         "div.window-overlay":{
            "background-color":"rgba(0, 0, 0, 0.25)"
         },
         "div.window":{
            "backdrop-filter":"blur(15px)",
            "background-color":"rgba(255,255,255,0.7)"
         }
      }
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment