/*
 * Theme Name: Flower Power
 * Theme URI:
 * Description: Child theme for Flower Power
 * Storefront Child Theme Author: Padletut
 * Author URI:
 * Template: storefront
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: flowerpower
 * Text Domain: flowerpower
 */

 .hentry .entry-content a:not(.button):not(.components-button) {
    text-decoration: underline;
  }

  .site-main {
    background-color:antiquewhite;
  }

  .site-info a {
    display: none;
  }