/*
 Theme Name:   FigThug_V2
 Theme URI:    http://example.com/parent-theme-child/
 Description:  A child theme of Parent Theme
 Author:       Jonvi
 Author URI:   http://example.com
 Template:     figthug
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  parent-theme-child
*/

/* 导入父主题的样式 */
@import url("../parent-theme/style.css");

/* 在这里添加你自己的样式 */
body {
    background-color: #f9f9f9;
}