html
{
  --reversethemebackground: var(--bannerbackground);
  --reversethemeforeground: var(--linkcoloremphasized);
  --reverselinkbackground: var(--bannerbackground);
  --reverselinkforeground: var(--linkcoloremphasized);
}

main
{
  --themeforeground: var(--bannerbackground);
}

body > footer, body > footer a:link, body > footer a:visited
{
  color: var(--reversethemeforeground);
}

body>header > .statusbar,
body > footer
{
  background-image: none;
  color: var(--linkcoloremphasized);
}

.actions.important li.create a
{
  color: #fff;
}
