/* Start custom CSS *//* 让整站背景统一为 #050A0E */
html,
body {
  background-color: #050A0E;
}

/* 常见 WordPress 外层容器也跟随全局背景 */
body,
.site,
#page,
#content,
#primary,
#main,
.wp-site-blocks,
.site-content,
.page-wrapper,
.content-area,
.wrapper {
  background-color: #050A0E !important;
}/* End custom CSS */