/*自定义字体 https://www.fomal.cc/posts/eec9786.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AD%97%E4%BD%93 */
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('.eot');  /*IE9*/
    src: url('.eot') format('embedded-opentype'),  /* IE6-IE8 */
         url('.woff2') format('woff2'),
         url('.woff') format('woff'),  /*chrome、firefox */
         url('.ttf') format('truetype'),  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
         url('.svg') format('svg');  /* iOS 4.1- */
 }

.post-bg #post-top-cover{
    border-radius: 0 0 20px 20px;
}

[data-theme="dark"] img {
    filter: none;
}

label.hbe-input-label-default::before{
    background: transparent;
}