/*
Theme Name:     Yoshikiwi
Theme URI:      https://yoshikiwi.aloshi.com
Description:    Child theme for the Fukasawa theme
Author:         Alec Lofquist & Sadie Ruiz
Author URI:     https://aloshi.com
Template:       fukasawa
Version:        0.1.0
*/

@import url("../fukasawa/style.css");

body {
  background-color: #ffccd5;
}

.posts .post {
  /*background-color: #d8ffee;*/
  /*background-image: url('polka.png');*/
}

.post-excerpt p {
  color: #000;
}

.sidebar {
  background-color: #d8ffee;
  /*background-image: url('polka.png');*/
}

/*.widget-content {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 4px;
}

.widget_search .widget-content {
  padding: 0px;
}*/

.blog-title {
  background-image: url('polka.png');
  /*width: 75%;*/
  display: inline-block;
}

