Copy and paste this on your chrome URL/searchbar thingy:
chrome://flags/#enable-experimental-web-platform-featuresThen Enable the feature
- Download the extension from the chrome webstore here
- 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)"
}
}
}
}