/* ::-webkit-scrollbar {
    display: none;
} */
::-webkit-scrollbar {
    display: block;
    height: 4px;
    width: 6px;
    border-radius: 2px;

}
::-webkit-scrollbar-thumb {
    background: var(--course-background-color);
}
body {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    user-select: none;
    color: var(--text-color-1);
}
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/LeagueGothic-Regular.ttf');
}

/* 一行显示，超出部分用省略号 */
.hide-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hljs {
    overflow-x: auto;
}
.hljs::-webkit-scrollbar {
    display: block;
    height: 10px;
    width: 6px;
    border-radius: 2px;
}

.ant-image-preview-img {
    background: #fff;
}

.ce-delimiter-thickness-1 {
    border: 1px inset !important;
}
