@@ -343,8 +343,8 @@ a:not([class]):hover {
343
343
}
344
344
345
345
code {
346
- font-family : "SFMono-Regular" , menlo , consolas , monospace ;
347
- font-size : 0.75 em ;
346
+ font-family : Inter , InterVariable , Verdana , ui-sans-serif , system-ui , -apple-system , BlinkMacSystemFont , Segoe UI , Roboto , Helvetica Neue , Arial , Noto Sans , sans-serif , "Apple Color Emoji" , "Segoe UI Emoji" , Segoe UI Symbol , "Noto Color Emoji" ;
347
+ font-size : 0.9 em ;
348
348
line-height : 1.4 ;
349
349
}
350
350
@@ -3095,3 +3095,91 @@ blockquote.warning-title > p:nth-child(2) {
3095
3095
blockquote .warning-title > p : last-child {
3096
3096
margin-bottom : 0 ;
3097
3097
}
3098
+
3099
+ /* Background */ .bg { background-color : # f5f6fa ; }
3100
+ /* PreWrapper */ .chroma { background-color : # f5f6fa ; }
3101
+ pre .chroma { border : 1px solid # eeebee ; }
3102
+ /* Other */ .chroma .x { }
3103
+ /* Error */ .chroma .err { }
3104
+ /* CodeLine */ .chroma .cl { }
3105
+ /* LineLink */ .chroma .lnlinks { outline : none; text-decoration : none; color : inherit }
3106
+ /* LineTableTD */ .chroma .lntd { vertical-align : top; padding : 0 ; margin : 0 ; border : 0 ; }
3107
+ /* LineTable */ .chroma .lntable { border-spacing : 0 ; padding : 0 ; margin : 0 ; border : 0 ; }
3108
+ /* LineHighlight */ .chroma .hl { background-color : # ffffcc }
3109
+ /* LineNumbersTable */ .chroma .lnt { white-space : pre; user-select : none; margin-right : 0.4em ; padding : 0 0.4em 0 0.4em ;color : # 7f7f7f }
3110
+ /* LineNumbers */ .chroma .ln { white-space : pre; user-select : none; margin-right : 0.4em ; padding : 0 0.4em 0 0.4em ;color : # 7f7f7f }
3111
+ /* Line */ .chroma .line { display : flex; }
3112
+ /* Keyword */ .chroma .k { color : # 0000ff }
3113
+ /* KeywordConstant */ .chroma .kc { color : # 0000ff }
3114
+ /* KeywordDeclaration */ .chroma .kd { color : # 0000ff }
3115
+ /* KeywordNamespace */ .chroma .kn { color : # 0000ff }
3116
+ /* KeywordPseudo */ .chroma .kp { color : # 0000ff }
3117
+ /* KeywordReserved */ .chroma .kr { color : # 0000ff }
3118
+ /* KeywordType */ .chroma .kt { color : # 2b91af }
3119
+ /* Name */ .chroma .n { }
3120
+ /* NameAttribute */ .chroma .na { }
3121
+ /* NameBuiltin */ .chroma .nb { }
3122
+ /* NameBuiltinPseudo */ .chroma .bp { }
3123
+ /* NameClass */ .chroma .nc { color : # 2b91af }
3124
+ /* NameConstant */ .chroma .no { }
3125
+ /* NameDecorator */ .chroma .nd { }
3126
+ /* NameEntity */ .chroma .ni { }
3127
+ /* NameException */ .chroma .ne { }
3128
+ /* NameFunction */ .chroma .nf { }
3129
+ /* NameFunctionMagic */ .chroma .fm { }
3130
+ /* NameLabel */ .chroma .nl { }
3131
+ /* NameNamespace */ .chroma .nn { }
3132
+ /* NameOther */ .chroma .nx { }
3133
+ /* NameProperty */ .chroma .py { }
3134
+ /* NameTag */ .chroma .nt { }
3135
+ /* NameVariable */ .chroma .nv { }
3136
+ /* NameVariableClass */ .chroma .vc { }
3137
+ /* NameVariableGlobal */ .chroma .vg { }
3138
+ /* NameVariableInstance */ .chroma .vi { }
3139
+ /* NameVariableMagic */ .chroma .vm { }
3140
+ /* Literal */ .chroma .l { }
3141
+ /* LiteralDate */ .chroma .ld { }
3142
+ /* LiteralString */ .chroma .s { color : # a31515 }
3143
+ /* LiteralStringAffix */ .chroma .sa { color : # a31515 }
3144
+ /* LiteralStringBacktick */ .chroma .sb { color : # a31515 }
3145
+ /* LiteralStringChar */ .chroma .sc { color : # a31515 }
3146
+ /* LiteralStringDelimiter */ .chroma .dl { color : # a31515 }
3147
+ /* LiteralStringDoc */ .chroma .sd { color : # a31515 }
3148
+ /* LiteralStringDouble */ .chroma .s2 { color : # a31515 }
3149
+ /* LiteralStringEscape */ .chroma .se { color : # a31515 }
3150
+ /* LiteralStringHeredoc */ .chroma .sh { color : # a31515 }
3151
+ /* LiteralStringInterpol */ .chroma .si { color : # a31515 }
3152
+ /* LiteralStringOther */ .chroma .sx { color : # a31515 }
3153
+ /* LiteralStringRegex */ .chroma .sr { color : # a31515 }
3154
+ /* LiteralStringSingle */ .chroma .s1 { color : # a31515 }
3155
+ /* LiteralStringSymbol */ .chroma .ss { color : # a31515 }
3156
+ /* LiteralNumber */ .chroma .m { }
3157
+ /* LiteralNumberBin */ .chroma .mb { }
3158
+ /* LiteralNumberFloat */ .chroma .mf { }
3159
+ /* LiteralNumberHex */ .chroma .mh { }
3160
+ /* LiteralNumberInteger */ .chroma .mi { }
3161
+ /* LiteralNumberIntegerLong */ .chroma .il { }
3162
+ /* LiteralNumberOct */ .chroma .mo { }
3163
+ /* Operator */ .chroma .o { }
3164
+ /* OperatorWord */ .chroma .ow { color : # 0000ff }
3165
+ /* Punctuation */ .chroma .p { }
3166
+ /* Comment */ .chroma .c { color : # 008000 }
3167
+ /* CommentHashbang */ .chroma .ch { color : # 008000 }
3168
+ /* CommentMultiline */ .chroma .cm { color : # 008000 }
3169
+ /* CommentSingle */ .chroma .c1 { color : # 008000 }
3170
+ /* CommentSpecial */ .chroma .cs { color : # 008000 }
3171
+ /* CommentPreproc */ .chroma .cp { color : # 0000ff }
3172
+ /* CommentPreprocFile */ .chroma .cpf { color : # 0000ff }
3173
+ /* Generic */ .chroma .g { }
3174
+ /* GenericDeleted */ .chroma .gd { }
3175
+ /* GenericEmph */ .chroma .ge { font-style : italic }
3176
+ /* GenericError */ .chroma .gr { }
3177
+ /* GenericHeading */ .chroma .gh { font-weight : bold }
3178
+ /* GenericInserted */ .chroma .gi { }
3179
+ /* GenericOutput */ .chroma .go { }
3180
+ /* GenericPrompt */ .chroma .gp { font-weight : bold }
3181
+ /* GenericStrong */ .chroma .gs { font-weight : bold }
3182
+ /* GenericSubheading */ .chroma .gu { font-weight : bold }
3183
+ /* GenericTraceback */ .chroma .gt { }
3184
+ /* GenericUnderline */ .chroma .gl { }
3185
+ /* TextWhitespace */ .chroma .w { }
0 commit comments