| Index: static/scss/base/_variables.scss |
| =================================================================== |
| --- a/static/scss/base/_variables.scss |
| +++ b/static/scss/base/_variables.scss |
| @@ -15,18 +15,18 @@ |
| // along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>. |
| // Colors |
| //////////////////////////////////////////////////////////////////////////////// |
| // Grayscale |
| $white: #fff; |
| -$gray: #D2D2D2; |
| $gray-light: #ECECEC; |
| +$gray: #C4C4C4; |
|
ire
2017/11/09 09:32:57
I also re-ordered this placement so it goes from w
ire
2017/11/09 09:32:57
This new colour was so close to the original $gray
|
| $gray-medium: #AEAEAE; |
| $gray-dark: #757575; |
| $black: #161616; |
| // Brand colors |
| $eyeo-black: $black; |
| $abp-red: #C70D2B; |