@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400&display=swap);
@media screen and (max-width:1365px){
    body {
        background-image: unset !important;
    }
}

:root {
    --background-color: hsl(203.6, 100%, 12%);
    --note-background-color: hsl(50, 100%, 94%);
    --note-border-color: hsl(40, 100%, 90%);
    --note-text-color: hsl(30, 90%, 35%);
}

* {
    font-family:'Fira Code',monospace,'Microsoft YaHei',SimHei,—apple-system,Segoe UI;
    line-height:1.5;
}

#table-of-contents,.outline-2,.status,.title,figure,section {
    margin:0 auto;
    max-width:720px;
    touch-action:pan-y
}
:link,code,img {
    max-width:100%
}
p {
    line-height: 1.6;
    margin: 1.4em 0;
}
#postamble p,#preamble p {
    font-size:90%;
    margin:.2em
}

img {
    height:auto;
    border-radius:25px;
    vertical-align: middle;
}
:link {
    color:#0060df;
    text-decoration:none;
    overflow-wrap:anywhere
}
.org-src-container {
    max-width:100%;
    height:auto;
    overflow:auto
}
.go-back {
    position:fixed;
    right:25px;
    bottom:25px;
    background-color:#fff0;
    display:unset
}
.todo {
    background-color:#008b8b
}
::selection {
    background:rgba(216,240,250,.6)
}
::-moz-selection {
    background:rgba(216,240,250,.6)
}
