/*
Theme Name: Twenty Twenty-Five Child
Description: 基于Twenty Twenty-Five的子主题，完整继承父主题所有功能与样式，便于后续自定义开发。
Author: 老李
Author URI: https://mylaoli.top
Template: twentytwentyfive
Version: 1.0.1
Requires at least: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Tags: child-theme, twenty-twenty-five, full-site-editing, block-patterns
*/

/* ==========================================================================
   子主题自定义样式
   ========================================================================== */

/* 
 * 在此区域添加您的自定义CSS样式
 * 这些样式会覆盖父主题的相应样式
 */

/* 示例：自定义链接颜色 */
/*
a {
    color: #your-custom-color;
}
*/

/* 示例：自定义按钮样式 */
/*
.wp-block-button__link {
    background-color: #your-custom-color;
    border-radius: 8px;
}
*/