Sha256: f3eb6cd86b10b833cdca7715573698861485959b1cc6917316d0ab27e0cb78d9
Contents?: true
Size: 846 Bytes
Versions: 7
Compression:
Stored size: 846 Bytes
Contents
--- --- // Colors $transparent: #00000000; $accent-txt-color: #959396; // $grey-dk-000 // shadows (mostly for btns) $drop-shadow-purple: rgba(114, 83, 237, 0.9) !default; $drop-shadow-blue: rgba(31, 141, 192, 0.9) !default; $drop-shadow-brown: rgba(146, 102, 7, 0.9) !default; $drop-shadow-green: rgba(49, 175, 49, 0.9) !default; $drop-shadow-yellow: rgba(228, 225, 31, 0.9) !default; $drop-shadow-orange: rgba(231, 175, 6, 0.9) !default; $drop-shadow-red: rgba(233, 76, 76, 0.9) !default; // set theme colors {% for theme in site.data.themes %} {% include themes.scss.liquid id=theme.id src=theme.src colors=theme.colors svg=theme.svg graph=theme.graph %} {% endfor %} // import styles @import "./main"; // microdata / microformats currently in-use: // - dt-published // - dt-updated // - e-content // - h-entry // - p-name // - u-url
Version data entries
7 entries across 7 versions & 3 rubygems