jekyll-theme-collider 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 9033bc6446feb281fddadede0338c59a8f57ade8cac0398e9fb845cfc015e2c9
         | 
| 4 | 
            +
              data.tar.gz: 262021a49189b91475b2d35c1894b4d4496d1e25574649816f0a23e17818258d
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: e140a72a1bf7a6ae48cd58fbbcd9d9c26e894bbb80dbc728dd334668b3b6c81ac4480a18cee17f2614c141ec389b45434e3a71ae80cd31970ac059de6d4ffa41
         | 
| 7 | 
            +
              data.tar.gz: 68514d4d14c7d6de5fe405dc55dbc8af43dc05a3beb4435e49a154e8605981bdda0287da553d364a3430bcd7c0487e688130045f5476a7e8d2c8aa8c918a12be
         | 
| @@ -3,295 +3,295 @@ | |
| 3 3 | 
             
             */
         | 
| 4 4 |  | 
| 5 5 | 
             
            .code span {
         | 
| 6 | 
            -
              font-family: Operator Mono SSm- | 
| 6 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 7 7 | 
             
            }
         | 
| 8 8 |  | 
| 9 9 | 
             
            .highlight {
         | 
| 10 10 | 
             
              display: flex;
         | 
| 11 11 | 
             
              margin-left: 0;
         | 
| 12 12 | 
             
              margin-right: 0;
         | 
| 13 | 
            -
              font-family: Operator Mono SSm- | 
| 13 | 
            +
              font-family: Operator Mono SSm-Light !important;
         | 
| 14 14 | 
             
            }
         | 
| 15 15 |  | 
| 16 16 | 
             
            .highlight pre {
         | 
| 17 17 | 
             
              background-color: #272822;
         | 
| 18 18 | 
             
              padding: 1em;
         | 
| 19 19 | 
             
              white-space: pre-wrap;
         | 
| 20 | 
            -
              font-family: Operator Mono SSm- | 
| 20 | 
            +
              font-family: Operator Mono SSm-Light !important;
         | 
| 21 21 | 
             
            }
         | 
| 22 22 | 
             
            .highlight .hll {
         | 
| 23 | 
            -
              font-family: Operator Mono SSm- | 
| 23 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 24 24 | 
             
              background-color: #272822;
         | 
| 25 25 | 
             
            }
         | 
| 26 26 | 
             
            .highlight .c {
         | 
| 27 | 
            -
              font-family: Operator Mono SSm- | 
| 27 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 28 28 | 
             
              color: #75715e;
         | 
| 29 29 | 
             
            } /* Comment */
         | 
| 30 30 | 
             
            .highlight .err {
         | 
| 31 | 
            -
              font-family: Operator Mono SSm- | 
| 31 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 32 32 | 
             
              color: #960050;
         | 
| 33 33 | 
             
              background-color: #1e0010;
         | 
| 34 34 | 
             
            } /* Error */
         | 
| 35 35 | 
             
            .highlight .k {
         | 
| 36 | 
            -
              font-family: Operator Mono SSm- | 
| 36 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 37 37 | 
             
              color: #66d9ef;
         | 
| 38 38 | 
             
            } /* Keyword */
         | 
| 39 39 | 
             
            .highlight .l {
         | 
| 40 | 
            -
              font-family: Operator Mono SSm- | 
| 40 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 41 41 | 
             
              color: #ae81ff;
         | 
| 42 42 | 
             
            } /* Literal */
         | 
| 43 43 | 
             
            .highlight .n {
         | 
| 44 | 
            -
              font-family: Operator Mono SSm- | 
| 44 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 45 45 | 
             
              color: #f8f8f2;
         | 
| 46 46 | 
             
            } /* Name */
         | 
| 47 47 | 
             
            .highlight .o {
         | 
| 48 | 
            -
              font-family: Operator Mono SSm- | 
| 48 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 49 49 | 
             
              color: #f92672;
         | 
| 50 50 | 
             
            } /* Operator */
         | 
| 51 51 | 
             
            .highlight .p {
         | 
| 52 | 
            -
              font-family: Operator Mono SSm- | 
| 52 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 53 53 | 
             
              color: #f8f8f2;
         | 
| 54 54 | 
             
            } /* Punctuation */
         | 
| 55 55 | 
             
            .highlight .cm {
         | 
| 56 | 
            -
              font-family: Operator Mono SSm- | 
| 56 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 57 57 | 
             
              color: #75715e;
         | 
| 58 58 | 
             
            } /* Comment.Multiline */
         | 
| 59 59 | 
             
            .highlight .cp {
         | 
| 60 | 
            -
              font-family: Operator Mono SSm- | 
| 60 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 61 61 | 
             
              color: #75715e;
         | 
| 62 62 | 
             
            } /* Comment.Preproc */
         | 
| 63 63 | 
             
            .highlight .c1 {
         | 
| 64 | 
            -
              font-family: Operator Mono SSm- | 
| 64 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 65 65 | 
             
              color: #75715e;
         | 
| 66 66 | 
             
            } /* Comment.Single */
         | 
| 67 67 | 
             
            .highlight .cs {
         | 
| 68 | 
            -
              font-family: Operator Mono SSm- | 
| 68 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 69 69 | 
             
              color: #75715e;
         | 
| 70 70 | 
             
            } /* Comment.Special */
         | 
| 71 71 | 
             
            .highlight .ge {
         | 
| 72 | 
            -
              font-family: Operator Mono SSm- | 
| 72 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 73 73 | 
             
              font-style: italic;
         | 
| 74 74 | 
             
            } /* Generic.Emph */
         | 
| 75 75 | 
             
            .highlight .gs {
         | 
| 76 | 
            -
              font-family: Operator Mono SSm- | 
| 76 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 77 77 | 
             
              font-weight: bold;
         | 
| 78 78 | 
             
            } /* Generic.Strong */
         | 
| 79 79 | 
             
            .highlight .kc {
         | 
| 80 | 
            -
              font-family: Operator Mono SSm- | 
| 80 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 81 81 | 
             
              color: #66d9ef;
         | 
| 82 82 | 
             
            } /* Keyword.Constant */
         | 
| 83 83 | 
             
            .highlight .kd {
         | 
| 84 | 
            -
              font-family: Operator Mono SSm- | 
| 84 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 85 85 | 
             
              color: #66d9ef;
         | 
| 86 86 | 
             
            } /* Keyword.Declaration */
         | 
| 87 87 | 
             
            .highlight .kn {
         | 
| 88 | 
            -
              font-family: Operator Mono SSm- | 
| 88 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 89 89 | 
             
              color: #f92672;
         | 
| 90 90 | 
             
            } /* Keyword.Namespace */
         | 
| 91 91 | 
             
            .highlight .kp {
         | 
| 92 | 
            -
              font-family: Operator Mono SSm- | 
| 92 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 93 93 | 
             
              color: #66d9ef;
         | 
| 94 94 | 
             
            } /* Keyword.Pseudo */
         | 
| 95 95 | 
             
            .highlight .kr {
         | 
| 96 | 
            -
              font-family: Operator Mono SSm- | 
| 96 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 97 97 | 
             
              color: #66d9ef;
         | 
| 98 98 | 
             
            } /* Keyword.Reserved */
         | 
| 99 99 | 
             
            .highlight .kt {
         | 
| 100 | 
            -
              font-family: Operator Mono SSm- | 
| 100 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 101 101 | 
             
              color: #66d9ef;
         | 
| 102 102 | 
             
            } /* Keyword.Type */
         | 
| 103 103 | 
             
            .highlight .ld {
         | 
| 104 | 
            -
              font-family: Operator Mono SSm- | 
| 104 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 105 105 | 
             
              color: #e6db74;
         | 
| 106 106 | 
             
            } /* Literal.Date */
         | 
| 107 107 | 
             
            .highlight .m {
         | 
| 108 | 
            -
              font-family: Operator Mono SSm- | 
| 108 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 109 109 | 
             
              color: #ae81ff;
         | 
| 110 110 | 
             
            } /* Literal.Number */
         | 
| 111 111 | 
             
            .highlight .s {
         | 
| 112 | 
            -
              font-family: Operator Mono SSm- | 
| 112 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 113 113 | 
             
              color: #e6db74;
         | 
| 114 114 | 
             
            } /* Literal.String */
         | 
| 115 115 | 
             
            .highlight .na {
         | 
| 116 | 
            -
              font-family: Operator Mono SSm- | 
| 116 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 117 117 | 
             
              color: #a6e22e;
         | 
| 118 118 | 
             
            } /* Name.Attribute */
         | 
| 119 119 | 
             
            .highlight .nb {
         | 
| 120 | 
            -
              font-family: Operator Mono SSm- | 
| 120 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 121 121 | 
             
              color: #f8f8f2;
         | 
| 122 122 | 
             
            } /* Name.Builtin */
         | 
| 123 123 | 
             
            .highlight .nc {
         | 
| 124 | 
            -
              font-family: Operator Mono SSm- | 
| 124 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 125 125 | 
             
              color: #a6e22e;
         | 
| 126 126 | 
             
            } /* Name.Class */
         | 
| 127 127 | 
             
            .highlight .no {
         | 
| 128 | 
            -
              font-family: Operator Mono SSm- | 
| 128 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 129 129 | 
             
              color: #66d9ef;
         | 
| 130 130 | 
             
            } /* Name.Constant */
         | 
| 131 131 | 
             
            .highlight .nd {
         | 
| 132 | 
            -
              font-family: Operator Mono SSm- | 
| 132 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 133 133 | 
             
              color: #a6e22e;
         | 
| 134 134 | 
             
            } /* Name.Decorator */
         | 
| 135 135 | 
             
            .highlight .ni {
         | 
| 136 | 
            -
              font-family: Operator Mono SSm- | 
| 136 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 137 137 | 
             
              color: #f8f8f2;
         | 
| 138 138 | 
             
            } /* Name.Entity */
         | 
| 139 139 | 
             
            .highlight .ne {
         | 
| 140 | 
            -
              font-family: Operator Mono SSm- | 
| 140 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 141 141 | 
             
              color: #a6e22e;
         | 
| 142 142 | 
             
            } /* Name.Exception */
         | 
| 143 143 | 
             
            .highlight .nf {
         | 
| 144 | 
            -
              font-family: Operator Mono SSm- | 
| 144 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 145 145 | 
             
              color: #a6e22e;
         | 
| 146 146 | 
             
            } /* Name.Function */
         | 
| 147 147 | 
             
            .highlight .nl {
         | 
| 148 | 
            -
              font-family: Operator Mono SSm- | 
| 148 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 149 149 | 
             
              color: #f8f8f2;
         | 
| 150 150 | 
             
            } /* Name.Label */
         | 
| 151 151 | 
             
            .highlight .nn {
         | 
| 152 | 
            -
              font-family: Operator Mono SSm- | 
| 152 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 153 153 | 
             
              color: #f8f8f2;
         | 
| 154 154 | 
             
            } /* Name.Namespace */
         | 
| 155 155 | 
             
            .highlight .nx {
         | 
| 156 | 
            -
              font-family: Operator Mono SSm- | 
| 156 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 157 157 | 
             
              color: #a6e22e;
         | 
| 158 158 | 
             
            } /* Name.Other */
         | 
| 159 159 | 
             
            .highlight .py {
         | 
| 160 | 
            -
              font-family: Operator Mono SSm- | 
| 160 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 161 161 | 
             
              color: #f8f8f2;
         | 
| 162 162 | 
             
            } /* Name.Property */
         | 
| 163 163 | 
             
            .highlight .nt {
         | 
| 164 | 
            -
              font-family: Operator Mono SSm- | 
| 164 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 165 165 | 
             
              color: #f92672;
         | 
| 166 166 | 
             
            } /* Name.Tag */
         | 
| 167 167 | 
             
            .highlight .nv {
         | 
| 168 | 
            -
              font-family: Operator Mono SSm- | 
| 168 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 169 169 | 
             
              color: #f8f8f2;
         | 
| 170 170 | 
             
            } /* Name.Variable */
         | 
| 171 171 | 
             
            .highlight .ow {
         | 
| 172 | 
            -
              font-family: Operator Mono SSm- | 
| 172 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 173 173 | 
             
              color: #f92672;
         | 
| 174 174 | 
             
            } /* Operator.Word */
         | 
| 175 175 | 
             
            .highlight .w {
         | 
| 176 | 
            -
              font-family: Operator Mono SSm- | 
| 176 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 177 177 | 
             
              color: #f8f8f2;
         | 
| 178 178 | 
             
            } /* Text.Whitespace */
         | 
| 179 179 | 
             
            .highlight .mf {
         | 
| 180 | 
            -
              font-family: Operator Mono SSm- | 
| 180 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 181 181 | 
             
              color: #ae81ff;
         | 
| 182 182 | 
             
            } /* Literal.Number.Float */
         | 
| 183 183 | 
             
            .highlight .mh {
         | 
| 184 | 
            -
              font-family: Operator Mono SSm- | 
| 184 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 185 185 | 
             
              color: #ae81ff;
         | 
| 186 186 | 
             
            } /* Literal.Number.Hex */
         | 
| 187 187 | 
             
            .highlight .mi {
         | 
| 188 | 
            -
              font-family: Operator Mono SSm- | 
| 188 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 189 189 | 
             
              color: #ae81ff;
         | 
| 190 190 | 
             
            }
         | 
| 191 191 | 
             
            /* Literal.Number.Integer */
         | 
| 192 192 | 
             
            .highlight .mo {
         | 
| 193 | 
            -
              font-family: Operator Mono SSm- | 
| 193 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 194 194 | 
             
              color: #ae81ff;
         | 
| 195 195 | 
             
            } /* Literal.Number.Oct */
         | 
| 196 196 | 
             
            .highlight .sb {
         | 
| 197 | 
            -
              font-family: Operator Mono SSm- | 
| 197 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 198 198 | 
             
              color: #e6db74;
         | 
| 199 199 | 
             
            } /* Literal.String.Backtick */
         | 
| 200 200 | 
             
            .highlight .sc {
         | 
| 201 | 
            -
              font-family: Operator Mono SSm- | 
| 201 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 202 202 | 
             
              color: #e6db74;
         | 
| 203 203 | 
             
            } /* Literal.String.Char */
         | 
| 204 204 | 
             
            .highlight .sd {
         | 
| 205 | 
            -
              font-family: Operator Mono SSm- | 
| 205 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 206 206 | 
             
              color: #e6db74;
         | 
| 207 207 | 
             
            } /* Literal.String.Doc */
         | 
| 208 208 | 
             
            .highlight .s2 {
         | 
| 209 | 
            -
              font-family: Operator Mono SSm- | 
| 209 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 210 210 | 
             
              color: #e6db74;
         | 
| 211 211 | 
             
            } /* Literal.String.Double */
         | 
| 212 212 | 
             
            .highlight .se {
         | 
| 213 | 
            -
              font-family: Operator Mono SSm- | 
| 213 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 214 214 | 
             
              color: #ae81ff;
         | 
| 215 215 | 
             
            } /* Literal.String.Escape */
         | 
| 216 216 | 
             
            .highlight .sh {
         | 
| 217 | 
            -
              font-family: Operator Mono SSm- | 
| 217 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 218 218 | 
             
              color: #e6db74;
         | 
| 219 219 | 
             
            } /* Literal.String.Heredoc */
         | 
| 220 220 | 
             
            .highlight .si {
         | 
| 221 | 
            -
              font-family: Operator Mono SSm- | 
| 221 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 222 222 | 
             
              color: #e6db74;
         | 
| 223 223 | 
             
            } /* Literal.String.Interpol */
         | 
| 224 224 | 
             
            .highlight .sx {
         | 
| 225 | 
            -
              font-family: Operator Mono SSm- | 
| 225 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 226 226 | 
             
              color: #e6db74;
         | 
| 227 227 | 
             
            } /* Literal.String.Other */
         | 
| 228 228 | 
             
            .highlight .sr {
         | 
| 229 | 
            -
              font-family: Operator Mono SSm- | 
| 229 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 230 230 | 
             
              color: #e6db74;
         | 
| 231 231 | 
             
            } /* Literal.String.Regex */
         | 
| 232 232 | 
             
            .highlight .s1 {
         | 
| 233 | 
            -
              font-family: Operator Mono SSm- | 
| 233 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 234 234 | 
             
              color: #e6db74;
         | 
| 235 235 | 
             
            } /* Literal.String.Single */
         | 
| 236 236 | 
             
            .highlight .ss {
         | 
| 237 | 
            -
              font-family: Operator Mono SSm- | 
| 237 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 238 238 | 
             
              color: #e6db74;
         | 
| 239 239 | 
             
            } /* Literal.String.Symbol */
         | 
| 240 240 | 
             
            .highlight .bp {
         | 
| 241 | 
            -
              font-family: Operator Mono SSm- | 
| 241 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 242 242 | 
             
              color: #f8f8f2;
         | 
| 243 243 | 
             
            } /* Name.Builtin.Pseudo */
         | 
| 244 244 | 
             
            .highlight .vc {
         | 
| 245 | 
            -
              font-family: Operator Mono SSm- | 
| 245 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 246 246 | 
             
              color: #f8f8f2;
         | 
| 247 247 | 
             
            } /* Name.Variable.Class */
         | 
| 248 248 | 
             
            .highlight .vg {
         | 
| 249 | 
            -
              font-family: Operator Mono SSm- | 
| 249 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 250 250 | 
             
              color: #f8f8f2;
         | 
| 251 251 | 
             
            } /* Name.Variable.Global */
         | 
| 252 252 | 
             
            .highlight .vi {
         | 
| 253 | 
            -
              font-family: Operator Mono SSm- | 
| 253 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 254 254 | 
             
              color: #f8f8f2;
         | 
| 255 255 | 
             
            } /* Name.Variable.Instance */
         | 
| 256 256 | 
             
            .highlight .il {
         | 
| 257 | 
            -
              font-family: Operator Mono SSm- | 
| 257 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 258 258 | 
             
              color: #ae81ff;
         | 
| 259 259 | 
             
            } /* Literal.Number.Integer.Long */
         | 
| 260 260 |  | 
| 261 261 | 
             
            .highlight .gh {
         | 
| 262 | 
            -
              font-family: Operator Mono SSm- | 
| 262 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 263 263 | 
             
            } /* Generic Heading & Diff Header */
         | 
| 264 264 | 
             
            .highlight .gu {
         | 
| 265 | 
            -
              font-family: Operator Mono SSm- | 
| 265 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 266 266 | 
             
              color: #75715e;
         | 
| 267 267 | 
             
            } /* Generic.Subheading & Diff Unified/Comment? */
         | 
| 268 268 | 
             
            .highlight .gd {
         | 
| 269 | 
            -
              font-family: Operator Mono SSm- | 
| 269 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 270 270 | 
             
              color: #f92672;
         | 
| 271 271 | 
             
            } /* Generic.Deleted & Diff Deleted */
         | 
| 272 272 | 
             
            .highlight .gi {
         | 
| 273 | 
            -
              font-family: Operator Mono SSm- | 
| 273 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 274 274 | 
             
              color: #a6e22e;
         | 
| 275 275 | 
             
            } /* Generic.Inserted & Diff Inserted */
         | 
| 276 276 |  | 
| 277 277 | 
             
            .highlight span.dl {
         | 
| 278 | 
            -
              font-family: Operator Mono SSm- | 
| 278 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 279 279 | 
             
              color: #e6db74;
         | 
| 280 280 | 
             
            }
         | 
| 281 281 | 
             
            /* Colon */
         | 
| 282 282 | 
             
            .highlight .pi {
         | 
| 283 | 
            -
              font-family: Operator Mono SSm- | 
| 283 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 284 284 | 
             
              color: #a6e22e;
         | 
| 285 285 | 
             
            } 
         | 
| 286 286 |  | 
| 287 287 | 
             
            .language-html {
         | 
| 288 | 
            -
              font-family: Operator Mono SSm- | 
| 288 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 289 289 | 
             
              color: #a6e22e;
         | 
| 290 290 | 
             
              display: flex;
         | 
| 291 291 | 
             
            }
         | 
| 292 292 |  | 
| 293 293 | 
             
            .language-shell {
         | 
| 294 | 
            -
              font-family: Operator Mono SSm- | 
| 294 | 
            +
              font-family: Operator Mono SSm-Light;
         | 
| 295 295 | 
             
              color: white;
         | 
| 296 296 | 
             
            }
         | 
| 297 297 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: jekyll-theme-collider
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.1. | 
| 4 | 
            +
              version: 0.1.12
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Ryan Brown
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-01- | 
| 11 | 
            +
            date: 2023-01-15 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: jekyll
         | 
| @@ -118,6 +118,7 @@ files: | |
| 118 118 | 
             
            - _sass/jekyll-theme-collider/components/_header.scss
         | 
| 119 119 | 
             
            - _sass/jekyll-theme-collider/components/_pagination.scss
         | 
| 120 120 | 
             
            - _sass/jekyll-theme-collider/components/_particles.scss
         | 
| 121 | 
            +
            - _sass/jekyll-theme-collider/components/_post-content.scss
         | 
| 121 122 | 
             
            - _sass/jekyll-theme-collider/components/_post-list.scss
         | 
| 122 123 | 
             
            - _sass/jekyll-theme-collider/components/_site-title.scss
         | 
| 123 124 | 
             
            - _sass/jekyll-theme-collider/elements/_colors.scss
         | 
| @@ -173,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 173 174 | 
             
                - !ruby/object:Gem::Version
         | 
| 174 175 | 
             
                  version: '0'
         | 
| 175 176 | 
             
            requirements: []
         | 
| 176 | 
            -
            rubygems_version: 3. | 
| 177 | 
            +
            rubygems_version: 3.4.3
         | 
| 177 178 | 
             
            signing_key: 
         | 
| 178 179 | 
             
            specification_version: 4
         | 
| 179 180 | 
             
            summary: A simple blog using jekyll-paginate-v2 and particles.js
         |