/*
Theme Name: Blocksy Child
Theme URI: https://shey2011.com/
Description: Blocksy 子主题 - 用于自定义功能
Author: 您的名称
Author URI: https://shey2011.com/
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/* 在这里添加您的自定义样式 */
.button {
    background-color: #0171E4;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.button:hover {
    background-color: #0171E4;
    color: white;
}