@import url(https://npm.elemecdn.com/lxgw-wenkai-webfont@1.1.0/lxgwwenkai-regular.css);

/* 全局字体 */
* {
  font-family: LXGW WenKai;
  font-weight: bold;
}
body {
  font-family: LXGW WenKai;
}

/* 
  去除通知栏 右上角 X 
  隐藏视频播放器
  隐藏使用播放器打开视频的菜单
*/
.hope-flex.hope-c-PJLV.hope-c-PJLV-iiGasCJ-css{
  display: none !important;
}

/* 分页 */
.hope-c-ivMHWx-EevEv-cv,
.hope-c-ivMHWx-dvmlqS-cv{
  background-color: #009688 !important;
}

.hope-c-ivMHWx-dvmlqS-cv{
  color: #1dbdae !important;
}

/*
  主列表透明
  readme透明
  右下角侧边栏按钮透
*/
.obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-igScBhH-css,
.hope-c-PJLV.hope-c-PJLV-ikSuVsl-css,
.hope-c-PJLV-ijgzmFG-css{
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* 顶部右上角切换按钮透明 */
.hope-c-ivMHWx-hZistB-cv.hope-icon-button {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* 白天模式代码块透明 */
.hope-ui-light pre {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
/* 夜间模式代码块透明 */
.hope-ui-dark pre {
  background-color: rgba(255, 255, 255, 0) !important;
}
