/*
 Theme Name:   Twenty Twenty-five Child
 Theme URI:    https://www.easyjc.com/twentytwentyfive-child/
 Description:  Twenty Twenty-five Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     twentytwentyfive
 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:  twentytwentyfive
*/

/* 这里添加你的自定义CSS */
body {
    font-size: 16px;
    line-height: 1.6;
}

/* 修改链接颜色 */
a {
    color: #2c3e50;
}
a:hover {
    color: #3498db;
}
