Sha256: 5736786ca79d9cc69f517f7eaa7083ba4d7d5b942f30627139399595edc441fc
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
@font-face { font-family: "hack"; src: url("../webfonts/hack-regular-subset.woff2") format("woff2"); font-style: normal; font-weight: 400; text-rendering: optimizeLegibility; } @font-face { font-family: "hack"; src: url("../webfonts/hack-italic-subset.woff2") format("woff2"); font-style: italic; font-weight: 400; text-rendering: optimizeLegibility; } body { font-family: "hack", monospace; font-size: 16px; font-weight: 400; background-color: $color_bg; color: $color_punct; } main { position: absolute; width: 98%; top: 50%; left: 50%; transform: translate(-50%, -50%); } @media (min-width: 576px) { main { font-size: 18px; width: 90%; } } @media (min-width: 768px) { main { font-size: 20px; width: 80%; } } h1, p { margin: 0; } a { color: inherit; font-style: italic; } a:hover, a:active { color: $color_hover; } #json { white-space: nowrap; } #json:before { content: "{"; } #json:after { content: "}"; } .my { margin-top: 1rem; margin-bottom: 1rem; } .mt { margin-top: 1.5rem; } .ms { margin-left: 1.5rem; } .key { color: $color_key; } .error, .value { color: $color_val; } .error, .key, .value { text-transform: $transform_case; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hacked-jekyll-2.2.1 | _sass/_default.scss |
hacked-jekyll-2.2.0 | _sass/_default.scss |