Sha256: 8c910e4b36e7ed2cc035192b7b4d2f51aa76dc09305fb32c1f3a3b248c1a223c
Contents?: true
Size: 731 Bytes
Versions: 12
Compression:
Stored size: 731 Bytes
Contents
// BASIC COLOR $red: #B02B2C; $green: #00897B; $blue: #4bacfe; $black: #36393D; $error: #f96868; $warning: #f2a654; $success: #46be8a; $info: #57c7d4; // body $body-background: #eee !default; // header $header-border-color: #e6e6e6 !default; $header-background: #fff !default; // nav action $header-nav-action-hover-background: #f5f5f5 !default; $header-nav-action-active-background: #f0f0f0 !default; //sidebar $sidebar-border-color: $header-border-color !default; $sidebar-background: #f5f5f5 !default; $sidebar-item-hover-background: #f0f0f0 !default; $sidebar-nested-item-hover-background: #e7e7e7 !default; // text $text-color: #5a5a5a !default; $text-color-important: #526069 !default; $primary-color: $blue !default;
Version data entries
12 entries across 12 versions & 1 rubygems