@-moz-document url(chrome://bookmarks/content/bookmarks.html) {
  body {
    background: black;
  }
  a {
    color: white !important;
  }
}
