/*
 Theme Name:   小破站的主题
 Theme URI:    https://example.com/Sakurairo-child/
 Description:  Sakurairo 的子主题，用于自定义修改
 Template:     Sakurairo
 Version:      1.0
 Text Domain:  Sakurairo-child
*/
/* 强制所有背景图填充 */
body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

