/*
 * @file
 * Only here because Layout Builder dies if there isn't a CSS file.
 */

/* This will only work temporarily until the basic block component is themed.
In the meantime, text is readable on dark bg colors */
.bg-primary-blue .wysiwyg p,
.bg-primary-green .wysiwyg p,
.bg-gradient-green .wysiwyg p,
.bg-gradient-blue .wysiwyg p {
  color: white;
}
