/* 页脚与头图透明 */
#footer {
  background: transparent !important;
}
#page-header {
  background: transparent !important;
}

/* 白天模式遮罩透明 */
#footer::before {
  background: transparent !important;
}
#page-header::before {
  background: transparent !important;
}

/* 夜间模式遮罩透明 */
[data-theme="dark"] #footer::before {
  background: transparent !important;
}
[data-theme="dark"] #page-header::before {
  background: transparent !important;
}
#recent-posts .recent-post-item > .recent-post-info > .article-title .sticky-label {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #49b1f5;
  color: #fff;
  font-size: 0.62em;
  line-height: 1.4;
  vertical-align: 0.12em;
}
