//************************* //** COLORS //************************ // Colors $black: #000; $blackish: #212121; $grayer: #212121; $gray: #757575; $gray-light: #757575; $gray-lighter: #B8B8B8; $whitish: #c1c1c1; $white: #fff; // Primary colors $primary-light: #212121; $primary: #000; $primary-dark: #000; // Mass white $mass-white: #f5f5f5; //Status colors $red-light: #ff0062; $red: #ff2400; $my-sin: #fcaf3e; $yellow-green: #9dce0a; //Card color $card: #F0EFD1; $card-hover: $black; $card-dark: $black; $green-japanese-laurel: #009688; $green-olive: #cddc39; $red-amaranth: #e91e63; $purple-eggplant: #9c27b0; $yellow-pear: #ffc107; $tribe-primary: #107a8a; $tribe-secondary: darken($tribe-primary, 10%); $top-icon-color: $white; $dropdown-color: rgba(darken($primary-dark, 20%), 1); $code-bg: #272822; /* Overwrite mixins */ @mixin triangled-bg { background: url('https://farm9.staticflickr.com/8449/7893171238_a201af22bc_k_d.jpg') no-repeat center center; background-size: cover; } @mixin background-taiga { background: url('https://farm9.staticflickr.com/8449/7893171238_a201af22bc_k_d.jpg') no-repeat center center; background-size: cover; }