mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

Question: How to customize header backgrounds? #29

Closed ASafaeirad closed 5 years ago

ASafaeirad commented 6 years ago

It seems impossible to change headers background via CSS I tried this code to remove all backgrounds

* {
  background-color: transparent !important;
}

but headers background did not change.

lonix1 commented 5 years ago

Did you figure this out?

ASafaeirad commented 5 years ago

No, I find out gitkraken-glo extension.