domain-jekyll 1.2.0 → 1.2.1
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 +4 -4
- data/CHANGELOG.md +2 -1
- data/_includes/TwitterEmbed.html +5 -0
- data/_includes/YoutubeEmbed.html +4 -0
- data/_sass/domain/_author.scss +2 -2
- data/_sass/domain/_backtotop.scss +4 -4
- data/_sass/domain/_codecopy.scss +35 -35
- data/_sass/domain/_content.scss +0 -1
- data/_sass/domain/_contextmenu.scss +84 -84
- data/_sass/domain/_embed.scss +20 -0
- data/_sass/domain/_highlight.scss +25 -27
- data/_sass/domain/_media.scss +13 -8
- data/_sass/domain/_normalize.scss +217 -260
- data/_sass/domain/_pagination.scss +17 -15
- data/_sass/domain/_search.scss +0 -2
- data/_sass/domain/_sidenote.scss +1 -1
- data/_sass/domain/_tag.scss +4 -2
- data/_sass/domain/_toc.scss +24 -24
- data/_sass/domain/_tooltip.scss +114 -115
- data/_sass/domain/_util.scss +262 -267
- data/_sass/domain/skin/_dark.scss +22 -28
- data/_sass/domain/skin/_light.scss +2 -9
- data/_sass/domain.scss +1 -0
- data/assets/.DS_Store +0 -0
- metadata +5 -2
    
        data/_sass/domain/_util.scss
    CHANGED
    
    | @@ -1,270 +1,265 @@ | |
| 1 1 | 
             
            /* ==========================================================================
         | 
| 2 2 | 
             
               Util
         | 
| 3 3 | 
             
               ========================================================================== */
         | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
| 20 | 
            -
             | 
| 21 | 
            -
             | 
| 22 | 
            -
             | 
| 23 | 
            -
             | 
| 24 | 
            -
             | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
             | 
| 28 | 
            -
             | 
| 29 | 
            -
             | 
| 30 | 
            -
             | 
| 31 | 
            -
             | 
| 32 | 
            -
             | 
| 33 | 
            -
             | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
| 37 | 
            -
             | 
| 38 | 
            -
             | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 42 | 
            -
             | 
| 43 | 
            -
             | 
| 44 | 
            -
             | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
             | 
| 50 | 
            -
             | 
| 51 | 
            -
             | 
| 52 | 
            -
             | 
| 53 | 
            -
             | 
| 54 | 
            -
             | 
| 55 | 
            -
             | 
| 56 | 
            -
             | 
| 57 | 
            -
             | 
| 58 | 
            -
             | 
| 59 | 
            -
             | 
| 60 | 
            -
             | 
| 61 | 
            -
             | 
| 62 | 
            -
             | 
| 63 | 
            -
             | 
| 64 | 
            -
             | 
| 65 | 
            -
             | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
             | 
| 70 | 
            -
             | 
| 71 | 
            -
             | 
| 72 | 
            -
             | 
| 73 | 
            -
             | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 76 | 
            -
             | 
| 77 | 
            -
             | 
| 78 | 
            -
             | 
| 79 | 
            -
             | 
| 80 | 
            -
             | 
| 81 | 
            -
             | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 86 | 
            -
             | 
| 87 | 
            -
             | 
| 88 | 
            -
             | 
| 89 | 
            -
             | 
| 90 | 
            -
             | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 93 | 
            -
             | 
| 94 | 
            -
             | 
| 95 | 
            -
             | 
| 96 | 
            -
             | 
| 97 | 
            -
             | 
| 98 | 
            -
             | 
| 99 | 
            -
             | 
| 100 | 
            -
             | 
| 101 | 
            -
             | 
| 102 | 
            -
             | 
| 103 | 
            -
             | 
| 104 | 
            -
             | 
| 105 | 
            -
             | 
| 106 | 
            -
             | 
| 107 | 
            -
             | 
| 108 | 
            -
             | 
| 109 | 
            -
             | 
| 110 | 
            -
             | 
| 111 | 
            -
             | 
| 112 | 
            -
             | 
| 113 | 
            -
             | 
| 114 | 
            -
             | 
| 115 | 
            -
             | 
| 116 | 
            -
             | 
| 117 | 
            -
             | 
| 118 | 
            -
             | 
| 119 | 
            -
             | 
| 120 | 
            -
             | 
| 121 | 
            -
             | 
| 122 | 
            -
             | 
| 123 | 
            -
             | 
| 124 | 
            -
             | 
| 125 | 
            -
             | 
| 126 | 
            -
             | 
| 127 | 
            -
             | 
| 128 | 
            -
             | 
| 129 | 
            -
             | 
| 130 | 
            -
             | 
| 131 | 
            -
             | 
| 132 | 
            -
             | 
| 133 | 
            -
             | 
| 134 | 
            -
             | 
| 135 | 
            -
             | 
| 136 | 
            -
             | 
| 137 | 
            -
             | 
| 138 | 
            -
             | 
| 139 | 
            -
             | 
| 140 | 
            -
             | 
| 141 | 
            -
             | 
| 142 | 
            -
             | 
| 143 | 
            -
             | 
| 144 | 
            -
             | 
| 145 | 
            -
             | 
| 146 | 
            -
             | 
| 147 | 
            -
             | 
| 148 | 
            -
             | 
| 149 | 
            -
             | 
| 150 | 
            -
             | 
| 151 | 
            -
             | 
| 152 | 
            -
             | 
| 153 | 
            -
             | 
| 154 | 
            -
             | 
| 155 | 
            -
             | 
| 156 | 
            -
             | 
| 157 | 
            -
             | 
| 158 | 
            -
             | 
| 159 | 
            -
             | 
| 160 | 
            -
             | 
| 161 | 
            -
             | 
| 162 | 
            -
             | 
| 163 | 
            -
             | 
| 164 | 
            -
             | 
| 165 | 
            -
             | 
| 166 | 
            -
             | 
| 167 | 
            -
             | 
| 168 | 
            -
             | 
| 169 | 
            -
             | 
| 170 | 
            -
             | 
| 171 | 
            -
             | 
| 172 | 
            -
             | 
| 173 | 
            -
             | 
| 174 | 
            -
             | 
| 175 | 
            -
             | 
| 176 | 
            -
             | 
| 177 | 
            -
             | 
| 178 | 
            -
             | 
| 179 | 
            -
             | 
| 180 | 
            -
             | 
| 181 | 
            -
             | 
| 182 | 
            -
             | 
| 183 | 
            -
             | 
| 184 | 
            -
             | 
| 185 | 
            -
             | 
| 186 | 
            -
             | 
| 187 | 
            -
             | 
| 188 | 
            -
             | 
| 189 | 
            -
             | 
| 190 | 
            -
             | 
| 191 | 
            -
             | 
| 192 | 
            -
             | 
| 193 | 
            -
             | 
| 194 | 
            -
             | 
| 195 | 
            -
             | 
| 196 | 
            -
             | 
| 197 | 
            -
             | 
| 198 | 
            -
             | 
| 199 | 
            -
             | 
| 200 | 
            -
             | 
| 201 | 
            -
             | 
| 202 | 
            -
             | 
| 203 | 
            -
             | 
| 204 | 
            -
             | 
| 205 | 
            -
             | 
| 206 | 
            -
             | 
| 207 | 
            -
             | 
| 208 | 
            -
             | 
| 209 | 
            -
             | 
| 210 | 
            -
             | 
| 211 | 
            -
             | 
| 212 | 
            -
             | 
| 213 | 
            -
             | 
| 214 | 
            -
             | 
| 215 | 
            -
             | 
| 216 | 
            -
             | 
| 217 | 
            -
             | 
| 218 | 
            -
             | 
| 219 | 
            -
             | 
| 220 | 
            -
             | 
| 221 | 
            -
             | 
| 222 | 
            -
             | 
| 223 | 
            -
             | 
| 224 | 
            -
             | 
| 225 | 
            -
             | 
| 226 | 
            -
             | 
| 227 | 
            -
             | 
| 228 | 
            -
             | 
| 229 | 
            -
             | 
| 230 | 
            -
             | 
| 231 | 
            -
             | 
| 232 | 
            -
             | 
| 233 | 
            -
             | 
| 234 | 
            -
             | 
| 235 | 
            -
             | 
| 236 | 
            -
             | 
| 237 | 
            -
             | 
| 238 | 
            -
             | 
| 239 | 
            -
             | 
| 240 | 
            -
             | 
| 241 | 
            -
             | 
| 242 | 
            -
             | 
| 243 | 
            -
             | 
| 244 | 
            -
             | 
| 245 | 
            -
             | 
| 246 | 
            -
             | 
| 247 | 
            -
             | 
| 248 | 
            -
             | 
| 249 | 
            -
             | 
| 250 | 
            -
             | 
| 251 | 
            -
             | 
| 252 | 
            -
             | 
| 253 | 
            -
             | 
| 254 | 
            -
             | 
| 255 | 
            -
             | 
| 256 | 
            -
             | 
| 257 | 
            -
             | 
| 258 | 
            -
             | 
| 259 | 
            -
             | 
| 260 | 
            -
             | 
| 261 | 
            -
             | 
| 262 | 
            -
             | 
| 263 | 
            -
             | 
| 264 | 
            -
             | 
| 265 | 
            -
             | 
| 266 | 
            -
               }
         | 
| 267 | 
            -
             | 
| 268 | 
            -
               .margin-bottom-30-neg {
         | 
| 269 | 
            -
                   margin-bottom: -30px  !important;
         | 
| 270 | 
            -
               }
         | 
| 4 | 
            +
            /* Utilities: Disable Selection, Kramdown TOC */
         | 
| 5 | 
            +
            .disable-select {
         | 
| 6 | 
            +
              user-select: none;
         | 
| 7 | 
            +
              /* supported by Chrome and Opera */
         | 
| 8 | 
            +
              -webkit-user-select: none;
         | 
| 9 | 
            +
              /* Safari */
         | 
| 10 | 
            +
              -khtml-user-select: none;
         | 
| 11 | 
            +
              /* Konqueror HTML */
         | 
| 12 | 
            +
              -moz-user-select: none;
         | 
| 13 | 
            +
              /* Firefox */
         | 
| 14 | 
            +
              -ms-user-select: none;
         | 
| 15 | 
            +
              /* Internet Explorer/Edge */
         | 
| 16 | 
            +
            }
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            .very-small {
         | 
| 19 | 
            +
              font-size: 12px !important;
         | 
| 20 | 
            +
            }
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            .medium-small {
         | 
| 23 | 
            +
              font-size: 13.5px !important;
         | 
| 24 | 
            +
            }
         | 
| 25 | 
            +
             | 
| 26 | 
            +
            .small {
         | 
| 27 | 
            +
              font-size: 16px !important;
         | 
| 28 | 
            +
            }
         | 
| 29 | 
            +
             | 
| 30 | 
            +
            .small-medium {
         | 
| 31 | 
            +
              font-size: 18px !important;
         | 
| 32 | 
            +
            }
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            .medium {
         | 
| 35 | 
            +
              font-size: 22px !important;
         | 
| 36 | 
            +
            }
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            .medium-large {
         | 
| 39 | 
            +
              font-size: 25px !important;
         | 
| 40 | 
            +
            }
         | 
| 41 | 
            +
             | 
| 42 | 
            +
            .large {
         | 
| 43 | 
            +
              font-size: 28px !important;
         | 
| 44 | 
            +
            }
         | 
| 45 | 
            +
             | 
| 46 | 
            +
            .serif {
         | 
| 47 | 
            +
              font-family: Georgia, serif !important;
         | 
| 48 | 
            +
            }
         | 
| 49 | 
            +
             | 
| 50 | 
            +
            .title-sans {
         | 
| 51 | 
            +
              font-family: var(--primary-font-family) !important;
         | 
| 52 | 
            +
            }
         | 
| 53 | 
            +
             | 
| 54 | 
            +
            .regular-sans {
         | 
| 55 | 
            +
              font-family: var(--secondary-font-family) !important;
         | 
| 56 | 
            +
            }
         | 
| 57 | 
            +
             | 
| 58 | 
            +
            .bold {
         | 
| 59 | 
            +
              font-weight: 600 !important;
         | 
| 60 | 
            +
            }
         | 
| 61 | 
            +
             | 
| 62 | 
            +
            .very-bold {
         | 
| 63 | 
            +
              font-weight: 800 !important;
         | 
| 64 | 
            +
            }
         | 
| 65 | 
            +
             | 
| 66 | 
            +
            .bolder {
         | 
| 67 | 
            +
              font-weight: 500 !important;
         | 
| 68 | 
            +
            }
         | 
| 69 | 
            +
             | 
| 70 | 
            +
            .normal {
         | 
| 71 | 
            +
              font-weight: 400 !important;
         | 
| 72 | 
            +
            }
         | 
| 73 | 
            +
             | 
| 74 | 
            +
            .regular {
         | 
| 75 | 
            +
              font-style: normal !important;
         | 
| 76 | 
            +
            }
         | 
| 77 | 
            +
             | 
| 78 | 
            +
            .oblique {
         | 
| 79 | 
            +
              font-style: oblique !important;
         | 
| 80 | 
            +
            }
         | 
| 81 | 
            +
             | 
| 82 | 
            +
            .italic {
         | 
| 83 | 
            +
              font-style: italic !important;
         | 
| 84 | 
            +
            }
         | 
| 85 | 
            +
             | 
| 86 | 
            +
            .left-align-text {
         | 
| 87 | 
            +
              text-align: left !important;
         | 
| 88 | 
            +
            }
         | 
| 89 | 
            +
             | 
| 90 | 
            +
            .center-align-text {
         | 
| 91 | 
            +
              text-align: center;
         | 
| 92 | 
            +
            }
         | 
| 93 | 
            +
             | 
| 94 | 
            +
            .right-align-text {
         | 
| 95 | 
            +
              text-align: right;
         | 
| 96 | 
            +
            }
         | 
| 97 | 
            +
             | 
| 98 | 
            +
            .dont-decorate a {
         | 
| 99 | 
            +
              text-decoration: none !important;
         | 
| 100 | 
            +
              color: var(--primary-text-color) !important;
         | 
| 101 | 
            +
            }
         | 
| 102 | 
            +
             | 
| 103 | 
            +
            .dont-decorate {
         | 
| 104 | 
            +
              background: rgb(242,242,242);
         | 
| 105 | 
            +
              background: linear-gradient(180deg, rgba(242,242,242,1) 15%, rgba(245,245,245,1) 54%, rgba(253,253,253,1) 100%);
         | 
| 106 | 
            +
            }
         | 
| 107 | 
            +
             | 
| 108 | 
            +
            .boxit {
         | 
| 109 | 
            +
              padding: 20px;
         | 
| 110 | 
            +
              background-color: var(--secondary-bg-color);
         | 
| 111 | 
            +
              border-radius: 5px;
         | 
| 112 | 
            +
            }
         | 
| 113 | 
            +
             | 
| 114 | 
            +
            #boxit {
         | 
| 115 | 
            +
              padding-left: 20px;
         | 
| 116 | 
            +
              border-radius: 5px;
         | 
| 117 | 
            +
            }
         | 
| 118 | 
            +
             | 
| 119 | 
            +
            .default-color {
         | 
| 120 | 
            +
              color: var(--primary-text-color) !important;
         | 
| 121 | 
            +
            }
         | 
| 122 | 
            +
             | 
| 123 | 
            +
            .default-background {
         | 
| 124 | 
            +
              background-color: var(--secondary-bg-color) !important;
         | 
| 125 | 
            +
            }
         | 
| 126 | 
            +
             | 
| 127 | 
            +
            .show {
         | 
| 128 | 
            +
              display: block !important;
         | 
| 129 | 
            +
            }
         | 
| 130 | 
            +
             | 
| 131 | 
            +
            .hide {
         | 
| 132 | 
            +
              display: none !important;
         | 
| 133 | 
            +
            }
         | 
| 134 | 
            +
             | 
| 135 | 
            +
            .dim-90 {
         | 
| 136 | 
            +
              opacity: 0.9 !important;
         | 
| 137 | 
            +
            }
         | 
| 138 | 
            +
             | 
| 139 | 
            +
            .dim-80 {
         | 
| 140 | 
            +
              opacity: 0.8 !important;
         | 
| 141 | 
            +
            }
         | 
| 142 | 
            +
             | 
| 143 | 
            +
            .dim-70 {
         | 
| 144 | 
            +
              opacity: 0.7 !important;
         | 
| 145 | 
            +
            }
         | 
| 146 | 
            +
             | 
| 147 | 
            +
            .dim-60 {
         | 
| 148 | 
            +
              opacity: 0.6 !important;
         | 
| 149 | 
            +
            }
         | 
| 150 | 
            +
             | 
| 151 | 
            +
            .dim-50 {
         | 
| 152 | 
            +
              opacity: 0.5 !important;
         | 
| 153 | 
            +
            }
         | 
| 154 | 
            +
             | 
| 155 | 
            +
            .dim-40 {
         | 
| 156 | 
            +
              opacity: 0.4 !important;
         | 
| 157 | 
            +
            }
         | 
| 158 | 
            +
             | 
| 159 | 
            +
            .dim-30 {
         | 
| 160 | 
            +
              opacity: 0.3 !important;
         | 
| 161 | 
            +
            }
         | 
| 162 | 
            +
             | 
| 163 | 
            +
            .dim-20 {
         | 
| 164 | 
            +
              opacity: 0.2 !important;
         | 
| 165 | 
            +
            }
         | 
| 166 | 
            +
             | 
| 167 | 
            +
            .dim-10 {
         | 
| 168 | 
            +
              opacity: 0.1 !important;
         | 
| 169 | 
            +
            }
         | 
| 170 | 
            +
            /* Margin Top Positive */
         | 
| 171 | 
            +
            .margin-top-5 {
         | 
| 172 | 
            +
              margin-top: 5px !important;
         | 
| 173 | 
            +
            }
         | 
| 174 | 
            +
             | 
| 175 | 
            +
            .margin-top-10 {
         | 
| 176 | 
            +
              margin-top: 10px !important;
         | 
| 177 | 
            +
            }
         | 
| 178 | 
            +
             | 
| 179 | 
            +
            .margin-top-15 {
         | 
| 180 | 
            +
              margin-top: 15px !important;
         | 
| 181 | 
            +
            }
         | 
| 182 | 
            +
             | 
| 183 | 
            +
            .margin-top-20 {
         | 
| 184 | 
            +
              margin-top: 20px !important;
         | 
| 185 | 
            +
            }
         | 
| 186 | 
            +
             | 
| 187 | 
            +
            .margin-top-25 {
         | 
| 188 | 
            +
              margin-top: 25px !important;
         | 
| 189 | 
            +
            }
         | 
| 190 | 
            +
             | 
| 191 | 
            +
            .margin-top-30 {
         | 
| 192 | 
            +
              margin-top: 30px !important;
         | 
| 193 | 
            +
            }
         | 
| 194 | 
            +
            /* Margin Top Negative */
         | 
| 195 | 
            +
            .margin-top-5-neg {
         | 
| 196 | 
            +
              margin-top: -5px !important;
         | 
| 197 | 
            +
            }
         | 
| 198 | 
            +
             | 
| 199 | 
            +
            .margin-top-10-neg {
         | 
| 200 | 
            +
              margin-top: -10px !important;
         | 
| 201 | 
            +
            }
         | 
| 202 | 
            +
             | 
| 203 | 
            +
            .margin-top-15-neg {
         | 
| 204 | 
            +
              margin-top: -15px !important;
         | 
| 205 | 
            +
            }
         | 
| 206 | 
            +
             | 
| 207 | 
            +
            .margin-top-20-neg {
         | 
| 208 | 
            +
              margin-top: -20px !important;
         | 
| 209 | 
            +
            }
         | 
| 210 | 
            +
             | 
| 211 | 
            +
            .margin-top-25-neg {
         | 
| 212 | 
            +
              margin-top: -25px !important;
         | 
| 213 | 
            +
            }
         | 
| 214 | 
            +
             | 
| 215 | 
            +
            .margin-top-30-neg {
         | 
| 216 | 
            +
              margin-top: -30px !important;
         | 
| 217 | 
            +
            }
         | 
| 218 | 
            +
            /* Margin Bottom Positive */
         | 
| 219 | 
            +
            .margin-bottom-5 {
         | 
| 220 | 
            +
              margin-top: 5px !important;
         | 
| 221 | 
            +
            }
         | 
| 222 | 
            +
             | 
| 223 | 
            +
            .margin-bottom-10 {
         | 
| 224 | 
            +
              margin-bottom: 10px !important;
         | 
| 225 | 
            +
            }
         | 
| 226 | 
            +
             | 
| 227 | 
            +
            .margin-bottom-15 {
         | 
| 228 | 
            +
              margin-bottom: 15px !important;
         | 
| 229 | 
            +
            }
         | 
| 230 | 
            +
             | 
| 231 | 
            +
            .margin-bottom-20 {
         | 
| 232 | 
            +
              margin-bottom: 20px !important;
         | 
| 233 | 
            +
            }
         | 
| 234 | 
            +
             | 
| 235 | 
            +
            .margin-bottom-25 {
         | 
| 236 | 
            +
              margin-bottom: 25px !important;
         | 
| 237 | 
            +
            }
         | 
| 238 | 
            +
             | 
| 239 | 
            +
            .margin-bottom-30 {
         | 
| 240 | 
            +
              margin-bottom: 30px !important;
         | 
| 241 | 
            +
            }
         | 
| 242 | 
            +
            /* Margin Bottom Negative */
         | 
| 243 | 
            +
            .margin-bottom-5-neg {
         | 
| 244 | 
            +
              margin-top: -5px !important;
         | 
| 245 | 
            +
            }
         | 
| 246 | 
            +
             | 
| 247 | 
            +
            .margin-bottom-10-neg {
         | 
| 248 | 
            +
              margin-bottom: -10px !important;
         | 
| 249 | 
            +
            }
         | 
| 250 | 
            +
             | 
| 251 | 
            +
            .margin-bottom-15-neg {
         | 
| 252 | 
            +
              margin-bottom: -15px !important;
         | 
| 253 | 
            +
            }
         | 
| 254 | 
            +
             | 
| 255 | 
            +
            .margin-bottom-20-neg {
         | 
| 256 | 
            +
              margin-bottom: -20px !important;
         | 
| 257 | 
            +
            }
         | 
| 258 | 
            +
             | 
| 259 | 
            +
            .margin-bottom-25-neg {
         | 
| 260 | 
            +
              margin-bottom: -25px !important;
         | 
| 261 | 
            +
            }
         | 
| 262 | 
            +
             | 
| 263 | 
            +
            .margin-bottom-30-neg {
         | 
| 264 | 
            +
              margin-bottom: -30px !important;
         | 
| 265 | 
            +
            }
         | 
| @@ -1,31 +1,25 @@ | |
| 1 1 | 
             
            /* ==========================================================================
         | 
| 2 2 | 
             
               Dark Theme
         | 
| 3 3 | 
             
               ========================================================================== */
         | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
| 20 | 
            -
             | 
| 21 | 
            -
             | 
| 22 | 
            -
             | 
| 23 | 
            -
             | 
| 24 | 
            -
             | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
              $footer-border-color: #545454;
         | 
| 28 | 
            -
              $contact-hover-color: #545454;
         | 
| 29 | 
            -
              $back-to-top-color: #545454;
         | 
| 30 | 
            -
              $button-hover-color:#545454;
         | 
| 31 | 
            -
              $font-family: sans-serif !default;
         | 
| 4 | 
            +
            $primary-bg-color: #000000;
         | 
| 5 | 
            +
            $secondary-bg-color: #000000;
         | 
| 6 | 
            +
            $ternary-bg-color: #E8E8E8;
         | 
| 7 | 
            +
            $quaternary-bg-color: #EDEDED;
         | 
| 8 | 
            +
            $quinary-bg-color: #FFFFFF;
         | 
| 9 | 
            +
            $primary-border-color: #F7F7F7;
         | 
| 10 | 
            +
            $secondary-border-color: #E8E8E8;
         | 
| 11 | 
            +
            $ternary-border-color: #E0E0E0;
         | 
| 12 | 
            +
            $primary-box-shadow-color: #DEDEDE;
         | 
| 13 | 
            +
            $secondary-box-shadow-color: #CFCFCF;
         | 
| 14 | 
            +
            $primary-text-color: #545454;
         | 
| 15 | 
            +
            $secondary-text-color: #878787;
         | 
| 16 | 
            +
            $tertiary-text-color: #6E6E6E;
         | 
| 17 | 
            +
            $horizontal-rule-color: #E4E3E2;
         | 
| 18 | 
            +
            $anchor-text-color: #4082C4;
         | 
| 19 | 
            +
            $search-placeholder-color: #878787;
         | 
| 20 | 
            +
            $searchbox-shadow-color: #545454;
         | 
| 21 | 
            +
            $footer-border-color: #545454;
         | 
| 22 | 
            +
            $contact-hover-color: #545454;
         | 
| 23 | 
            +
            $back-to-top-color: #545454;
         | 
| 24 | 
            +
            $button-hover-color: #545454;
         | 
| 25 | 
            +
            $font-family: sans-serif !default;
         | 
| @@ -1,32 +1,25 @@ | |
| 1 1 | 
             
            /* ==========================================================================
         | 
| 2 2 | 
             
               Light Theme
         | 
| 3 3 | 
             
               ========================================================================== */
         | 
| 4 | 
            -
             | 
| 5 4 | 
             
            $primary-bg-color: #FFFFFF;
         | 
| 6 5 | 
             
            $secondary-bg-color: #F7F7F7;
         | 
| 7 6 | 
             
            $ternary-bg-color: #E8E8E8;
         | 
| 8 7 | 
             
            $quaternary-bg-color: #EDEDED;
         | 
| 9 8 | 
             
            $quinary-bg-color: #FFFFFF;
         | 
| 10 | 
            -
             | 
| 11 9 | 
             
            $primary-border-color: #F7F7F7;
         | 
| 12 10 | 
             
            $secondary-border-color: #E8E8E8;
         | 
| 13 11 | 
             
            $ternary-border-color: #E0E0E0;
         | 
| 14 | 
            -
             | 
| 15 12 | 
             
            $primary-box-shadow-color: #DEDEDE;
         | 
| 16 13 | 
             
            $secondary-box-shadow-color: #CFCFCF;
         | 
| 17 | 
            -
             | 
| 18 14 | 
             
            $primary-text-color: #545454;
         | 
| 19 15 | 
             
            $secondary-text-color: #878787;
         | 
| 20 16 | 
             
            $tertiary-text-color: #6E6E6E;
         | 
| 21 | 
            -
             | 
| 22 17 | 
             
            $horizontal-rule-color: #E4E3E2;
         | 
| 23 18 | 
             
            $anchor-text-color: #4082C4;
         | 
| 24 19 | 
             
            $search-placeholder-color: #878787;
         | 
| 25 | 
            -
            $searchbox-shadow-color: | 
| 26 | 
            -
             | 
| 20 | 
            +
            $searchbox-shadow-color: #545454;
         | 
| 27 21 | 
             
            $footer-border-color: #545454;
         | 
| 28 22 | 
             
            $contact-hover-color: #545454;
         | 
| 29 23 | 
             
            $back-to-top-color: #545454;
         | 
| 30 | 
            -
            $button-hover-color | 
| 31 | 
            -
             | 
| 24 | 
            +
            $button-hover-color: #545454;
         | 
| 32 25 | 
             
            $font-family: sans-serif !default;
         | 
    
        data/_sass/domain.scss
    CHANGED
    
    
    
        data/assets/.DS_Store
    CHANGED
    
    | Binary file | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: domain-jekyll
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.2. | 
| 4 | 
            +
              version: 1.2.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Lumunix
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022-09- | 
| 11 | 
            +
            date: 2022-09-25 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: webrick
         | 
| @@ -163,7 +163,9 @@ files: | |
| 163 163 | 
             
            - _includes/Pagination.html
         | 
| 164 164 | 
             
            - _includes/Postlist.html
         | 
| 165 165 | 
             
            - _includes/Related.html
         | 
| 166 | 
            +
            - _includes/TwitterEmbed.html
         | 
| 166 167 | 
             
            - _includes/Utterances.html
         | 
| 168 | 
            +
            - _includes/YoutubeEmbed.html
         | 
| 167 169 | 
             
            - _layouts/About.html
         | 
| 168 170 | 
             
            - _layouts/Default.html
         | 
| 169 171 | 
             
            - _layouts/Home.html
         | 
| @@ -178,6 +180,7 @@ files: | |
| 178 180 | 
             
            - _sass/domain/_codecopy.scss
         | 
| 179 181 | 
             
            - _sass/domain/_content.scss
         | 
| 180 182 | 
             
            - _sass/domain/_contextmenu.scss
         | 
| 183 | 
            +
            - _sass/domain/_embed.scss
         | 
| 181 184 | 
             
            - _sass/domain/_footer.scss
         | 
| 182 185 | 
             
            - _sass/domain/_highlight.scss
         | 
| 183 186 | 
             
            - _sass/domain/_main.scss
         |