summaryrefslogtreecommitdiff
path: root/browsers/firefox/userChrome.template.css
blob: 509ed81c3cbced2b524eb8b1a3f156c321f596dd (plain)
1
2
3
4
5
6
7
:root{
  --accent-color: ACCENT;
}

#navigator-toolbox {
  background-color: var(--accent-color) !important;
}