initial commit, the cv is usable in italian, has a side menu that shows the language...
[curriculum.git] / css / source / _colors.scss
1 // colors definitions for shades-of-gray-simplify theme
2
3 // Palette generated by Material Palette - materialpalette.com/grey/yellow
4 $primary-color: #9E9E9E;
5 $primary-color-light: #F5F5F5;
6 $primary-color-dark: #616161;
7 $primary-color-dark-translucent: rgba(97, 97, 97, 0.95);
8 $primary-text-color: #212121;
9 $secondary-text-color: #727272;
10 $accent-color: #FFEB3B;
11 $divider-color: #B6B6B6;
12 $alert-color: #8d0011;
13
14 $standard-box-shadow-color: darken($primary-color-dark, 10%);
15
16 // gradient used in blog view by the heading images
17 $primary-gradient: #2c3646;
18 $secondary-gradient: #7c8491;