Sha256: c0919eec93e08caeeb81ba78f29ff3640e21fdf44ac36fd7f7e0b4ca0fefa102
Contents?: true
Size: 1008 Bytes
Versions: 11
Compression:
Stored size: 1008 Bytes
Contents
// Body resets // // Update the foundational and global aspects of the page. article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block} mark{background:#FF0;color:#000} * { // -webkit-box-sizing: border-box; // -moz-box-sizing: border-box; box-sizing: border-box; // -webkit-tap-highlight-color: transparent; } html, body { margin: 0; padding: 0; } html { font-size: $root-font-size; line-height: $root-line-height; } body { color: $body-color; background-color: $body-bg; overflow-y: scroll; } // No `:visited` state is required by default (browsers will use `a`) a { text-decoration: none; } .lead { margin-left: -1rem; margin-right: -1rem; } img, .img { display: block; max-width: 100%; margin-bottom: 1rem; border: none; &.lead { max-width: calc(100% + 2rem); width: calc(100% + 2rem); } } // @media print { // a::after { // content: " (" attr(href) ") "; // font-size: smaller; // } // }
Version data entries
11 entries across 11 versions & 1 rubygems