31 lines
513 B
Sass
31 lines
513 B
Sass
|
|
$blue-grey: #404650
|
|
|
|
$logo-red: #dc4136
|
|
|
|
$topbar-bg: $blue-grey
|
|
$topbar-bg-darker: #31363d
|
|
|
|
$main-repo-link-color: #50555b
|
|
$main-repo-hover-color: #607a84
|
|
|
|
$travis-lint-color: #9b9d9e
|
|
$travis-lint-bg: #fafafa
|
|
|
|
$left-bg: #e9e9e7
|
|
|
|
// dashboard
|
|
$pass-color: #3ba85d
|
|
$fail-color: #d04729
|
|
$error-color: #999999
|
|
$start-color: #848032
|
|
$start-bg-color: #D2CA24
|
|
|
|
//wrapper
|
|
$wrapper-bg-color: #f4f3ea
|
|
|
|
// footer
|
|
$footer-color: $blue-grey
|
|
$footer-bg-color: #e0e0e0
|
|
$footer-h3-color: #8f9ba2
|
|
$footer-h3-corder-color: #ccd0d5 |