/* 
    name:       全局页面样式
    version:    Ver 1.0 (231126)
    Author:     乐乐龙果冻
    
    Code Created/Modified By Gxdung(乐乐龙果冻）
    Copyright (C) 2023 A-FurCon(R), All Rights Reserved. 
*/

html, body, xmp {
    font-family:'Noto Sans SC' ;
}

xmp{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
} 

::-webkit-scrollbar{
    display: none;
}

.conversation li a{
    color: #0ea5e9;
}

.conversation h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}

.conversation h1{
    font-size: 20px;
}

.conversation h2{
    font-size: 18px;
}

.conversation h3{
    font-size: 16px;
}

code, .hljs{
    font-family: "fira code" !important;
}
