Sha256: c558006e659e0c737286e4c99cf60e33b24277fb62db26817857816632ff6f2a
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
// Body resets // // Update the foundational and global aspects of the page. * { box-sizing: border-box; } body { margin: 0; font-family: var(--body-font); font-size: var(--body-font-size); line-height: var(--body-line-height); color: var(--body-color); background-color: var(--body-bg); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } // No `:visited` state is required by default (browsers will use `a`) a { color: var(--link-color); // `:focus` is linked to `:hover` for basic accessibility &:hover, &:focus { color: var(--link-hover-color); } strong { color: inherit; } } img { display: block; max-width: 100%; height: 100%; margin-bottom: var(--spacer); border-radius: var(--border-radius); } .img-crop { margin: auto; width: 250px; height: 250px; position: relative; overflow: hidden; margin-bottom: var(--spacer-2); border-radius: 50%; } table { margin-bottom: 1rem; width: 100%; border: 0 solid var(--border-color); border-collapse: collapse; } td, th { padding: .25rem .5rem; border-color: inherit; border-style: solid; border-width: 0; border-bottom-width: 1px; } th { text-align: left; } thead th { border-bottom-color: currentColor; } mark { padding: .15rem; background-color: var(--yellow-100); border-radius: .125rem; } iframe { overflow-clip-margin: content-box !important; border-width: 1px; border-style: solid; border-color: initial; border-image: initial; overflow: clip !important; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nonesuch-0.1.0 | _sass/_base.scss |