/*
Theme Name: cocodemo10 Child
Theme URI: https://www.centerlight.net/
Author: Center Light LLC
Author URI: https://www.centerlight.net/
Description: cocodemo10の子テーマ。カスタマイズはこのテーマで行ってください。
Version: 1.0.0
Template: cocodemo10
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cocodemo10-child
Domain Path: /languages
Requires at least: 6.0
Requires PHP: 7.4
*/

@import url( '../cocodemo10/style.css' );

/* Child Theme Customizations */

/* 子テーマ用のカスタムスタイルをここに追加してください */

.site-footer .footer-bottom {
  position: relative;
}

.site-footer .footer-bottom::after {
  content: " Child";
  font-size: 0.75rem;
  position: absolute;
  bottom: 4px;
  right: 20px;
  color: rgba(255, 255, 255, 0.6);
}
