/* In lightmode, foreground (text) is not pure black, but background is pure white */

.plus-app-2024-03-leffakassarit {
  --plus-foreground: #131415;
  --plus-background: #ffffff;
  --plus-purple-light: #d9b0e8;
  --plus-purple-dark: #620579;
  --plus-purple-checkbox: #620579;
  --plus-purple-selectbutton: #d9b0e8;
  --plus-searchbutton-background: #ffffff;
  --plus-searchbutton-background-disabled: #d8d9db;
  --plus-searchbutton-border: #d9b0e8;
  --plus-top5-number-background: #d9b0e8;
  --plus-line: #d9b0e8;
  --plus-purple-genrecombo: #620579;
  --plus-thumbsup-active: #d9b0e8;
  --plus-searchbutton-text-disabled: #4a4f54;
}
