Sha256: 7abc53787e4e55df33415f53cf713b59c1e0d0c86f7dcd1fff5c1ae93cec475d
Contents?: true
Size: 579 Bytes
Versions: 8
Compression:
Stored size: 579 Bytes
Contents
// Use American 'color' in variable names for consistency with CSS keywords. // Change these on a per-site basis $tn-client-color: #9c0f17; $tn-primary: #ff6a00; $tn-comp: #978fcc; $tn-highlight: $tn-comp; $tn-nav: #12111a; $tn-sidebar: #242133; $tn-sidebar-highlight: #3a3848; $tn-button-primary-bg: $tn-primary; $tn-button-primary-fg: #fff; $tn-button-comp-bg: $tn-comp; $tn-button-comp-fg: #fff; $tn-box-label: #04555d; $tn-label: #162433; $tn-sidebar-label: #504d5c; // Text colors $tn-primary-text: #1eb6c8; $tn-body-text-color: $tn-black; $tn-link-color: $tn-primary;
Version data entries
8 entries across 6 versions & 1 rubygems