@@ -341,7 +341,7 @@ nav#menu > a:hover { text-decoration: none; }
341341.submenu time { color : lightgray; }
342342.subtitle { color : hotpink; }
343343.subtitle : not (: first-child ) { margin-top : 1rem ; }
344- .views { display : inline-block; color : lightgray ; }
344+ .views { color : lightgray; font-family : mono; font-size : 0.8 rem ; margin-right : 0.5 em ; }
345345
346346div .page {
347347 display : grid;
@@ -543,9 +543,9 @@ pre code {
543543}
544544/* Background */ .bg { color : # f8f8f2 ; background-color : # 272822 ; }
545545/* PreWrapper */ .chroma { color : # f8f8f2 ; background-color : # 272822 ; }
546- /* Other */ .chroma .x { }
546+ /* Other .chroma .x {} */
547547/* Error */ .chroma .err { color : red; /*color: #960050;*/ background-color : # 1e0010 }
548- /* CodeLine */ .chroma .cl { }
548+ /* CodeLine .chroma .cl {} */
549549/* LineLink */ .chroma .lnlinks { outline : none; text-decoration : none; color : inherit }
550550/* LineTableTD */ .chroma .lntd { vertical-align : top; padding : 0 ; margin : 0 ; border : 0 ; }
551551/* LineTable */ .chroma .lntable { border-spacing : 0 ; padding : 0 ; margin : 0 ; border : 0 ; }
@@ -560,27 +560,27 @@ pre code {
560560/* KeywordPseudo */ .chroma .kp { color : # 66d9ef }
561561/* KeywordReserved */ .chroma .kr { color : # 66d9ef }
562562/* KeywordType */ .chroma .kt { color : # 66d9ef }
563- /* Name */ .chroma .n {}
563+ /* Name .chroma .n {} */
564564/* NameAttribute */ .chroma .na { color : # a6e22e }
565- /* NameBuiltin */ .chroma .nb {}
566- /* NameBuiltinPseudo */ .chroma .bp {}
565+ /* NameBuiltin .chroma .nb {} */
566+ /* NameBuiltinPseudo .chroma .bp {} */
567567/* NameClass */ .chroma .nc { color : # a6e22e }
568568/* NameConstant */ .chroma .no { color : # 66d9ef }
569569/* NameDecorator */ .chroma .nd { color : # a6e22e }
570- /* NameEntity */ .chroma .ni { }
570+ /* NameEntity .chroma .ni {} */
571571/* NameException */ .chroma .ne { color : # a6e22e }
572572/* NameFunction */ .chroma .nf { color : # a6e22e }
573- /* NameFunctionMagic */ .chroma .fm { }
574- /* NameLabel */ .chroma .nl { }
575- /* NameNamespace */ .chroma .nn { }
573+ /* NameFunctionMagic .chroma .fm {} */
574+ /* NameLabel .chroma .nl {} */
575+ /* NameNamespace .chroma .nn {} */
576576/* NameOther */ .chroma .nx { color : # a6e22e }
577- /* NameProperty */ .chroma .py { }
577+ /* NameProperty .chroma .py {} */
578578/* NameTag */ .chroma .nt { color : lightgreen; /* #f92672 */ }
579- /* NameVariable */ .chroma .nv {}
580- /* NameVariableClass */ .chroma .vc {}
581- /* NameVariableGlobal */ .chroma .vg {}
582- /* NameVariableInstance */ .chroma .vi {}
583- /* NameVariableMagic */ .chroma .vm {}
579+ /* NameVariable .chroma .nv {} */
580+ /* NameVariableClass .chroma .vc {} */
581+ /* NameVariableGlobal .chroma .vg {} */
582+ /* NameVariableInstance .chroma .vi {} */
583+ /* NameVariableMagic .chroma .vm {} */
584584/* Literal */ .chroma .l { color : # ae81ff }
585585/* LiteralDate */ .chroma .ld { color : # FAEBD7 }
586586/* LiteralString */ .chroma .s { color : # FAEBD7 ; }
@@ -606,23 +606,23 @@ pre code {
606606/* LiteralNumberOct */ .chroma .mo { color : # ae81ff }
607607/* Operator */ .chroma .o { color : hotpink; /*#f92672*/ }
608608/* OperatorWord */ .chroma .ow { color : # f92672 }
609- /* Punctuation */ .chroma .p {}
609+ /* Punctuation .chroma .p {} */
610610/* Comment */ .chroma .c { color : lightpink; }
611611/* CommentHashbang */ .chroma .ch { color : lightpink; }
612612/* CommentMultiline */ .chroma .cm { color : lightpink; }
613613/* CommentSingle */ .chroma .c1 { color : lightpink; }
614614/* CommentSpecial */ .chroma .cs { color : lightpink; }
615615/* CommentPreproc */ .chroma .cp { color : lightpink; }
616616/* CommentPreprocFile */ .chroma .cpf { color : lightpink; }
617- /* Generic */ .chroma .g {}
617+ /* Generic .chroma .g {} */
618618/* GenericDeleted */ .chroma .gd { color : # f92672 }
619619/* GenericEmph */ .chroma .ge { font-style : italic }
620- /* GenericError */ .chroma .gr {}
621- /* GenericHeading */ .chroma .gh {}
620+ /* GenericError .chroma .gr {} */
621+ /* GenericHeading .chroma .gh {} */
622622/* GenericInserted */ .chroma .gi { color : # a6e22e }
623- /* GenericOutput */ .chroma .go {}
623+ /* GenericOutput .chroma .go {} */
624624/* GenericStrong */ .chroma .gs { font-weight : bold }
625625/* GenericSubheading */ .chroma .gu { color : # 75715e }
626- /* GenericTraceback */ .chroma .gt {}
627- /* GenericUnderline */ .chroma .gl {}
628- /* TextWhitespace */ .chroma .w {}
626+ /* GenericTraceback .chroma .gt {} */
627+ /* GenericUnderline .chroma .gl {} */
628+ /* TextWhitespace .chroma .w {} */
0 commit comments