@@ -79,7 +79,7 @@ $top-panel-grey: #c2a18f; // muted coral
7979 line-height : 1.1 !important ;
8080 text-decoration : none !important ;
8181 text-shadow : 0 1px 1px rgba (0 ,0 ,0 ,0.1 );
82- color : #2f2f2f !important ;
82+ color : #5a5a5a !important ;
8383}
8484
8585// Tagline — smaller, sans-serif
@@ -90,7 +90,7 @@ p.site-subtitle {
9090 font-weight : 400 !important ;
9191 font-size : 0.8rem !important ;
9292 line-height : 1.2 !important ;
93- color : #2f2f2f !important ;
93+ color : #5a5a5a !important ;
9494}
9595
9696// Masthead logo — responsive scaling
173173.page__hero h4 ,
174174.page__hero h5 ,
175175.page__hero h6 {
176- color : #2f2f2f !important ;
176+ color : #5a5a5a !important ;
177177}
178178
179179// ============================
195195
196196.masthead .dropdown-menu a :hover ,
197197.masthead .dropdown-menu a :focus {
198- background-color : lighten ($top-panel-grey , 1 % ) !important ;
198+ background-color : lighten ($top-panel-grey , 10 % ) !important ;
199199 color : #ffffff !important ;
200200}
201201
@@ -205,13 +205,13 @@ li {
205205
206206.masthead .greedy-nav__menu > li > a :hover ,
207207.masthead .greedy-nav__menu > li > a :focus {
208- color : lighten (#fdfaf5 , 10% ) !important ;
208+ color : lighten (##5a5a5a , 10% ) !important ;
209209}
210210
211211.masthead .nav-toggle {
212212 background-color : $top-panel-grey !important ;
213213 border : none !important ;
214- color : #2f2f2f !important ;
214+ color : #5a5a5a !important ;
215215}
216216
217217.masthead .nav-mobile ,
221221}
222222
223223.masthead .nav-mobile a {
224- color : #2f2f2f !important ;
224+ color : #5a5a5a !important ;
225225}
226226
227227.masthead .nav-mobile a :hover ,
0 commit comments