/* 字体css */
@font-face {
  font-family: 'ChillRoundF';
  font-display: swap;
  src: url('/ChillRoundFRegular.ttf') format("truetype");
}

#web_bg {
  background: url(https://z.wiki/u/mS1N9B) no-repeat center center fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/* 夜间网站背景/颜色 */
[data-theme=dark] #web_bg {
  background: url(https://z.wiki/u/XFYjow) no-repeat center center fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#canvas {
  
  width: 262px;
  height: 103px;
}