File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555
5656#heroImageAttribution {
5757 background-color : $accent ;
58- color : $primary-dark ;
58+ color : $black ;
5959 font-size : .9em ;
6060
6161 a {
62- color : $primary-dark ;
62+ color : $black ;
6363 }
6464}
6565
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ $gray-lighter: $gray-200 !default; // #eee
3939
4040// End of gray setting
4141
42- $primary : #27251f ;
42+ $primary : #ef3a47 ;
4343$primary-dark : darken ($primary , 10% ) !default ;
4444$primary-light : lighten ($primary , 10% ) !default ;
4545
46- $accent : #fdb827 ;
46+ $accent : #fdb515 ;
4747$accent-dark : darken ($accent , 10% ) !default ;
4848$accent-light : lighten ($accent , 10% );
4949$accent-darker : darken ($accent , 20% );
@@ -130,7 +130,7 @@ $timeline-content-shadow: $gray-light;
130130// Testimonials
131131$testimonial-bg : $accent ;
132132$testimonial-border : $gray-base ;
133- $testimonial-color : $primary-dark ;
133+ $testimonial-color : $black ;
134134
135135// Presentation Info Box
136136$talk-box-bg : $gray-lighter ;
@@ -154,7 +154,7 @@ $night-event: $primary-dark;
154154// ## Settings for some of the most global styles.
155155
156156// ** Background color for `<body>`.
157- $body-bg : $gray-lighter !default ;
157+ $body-bg : $cultured-white !default ;
158158// ** Global text color on `<body>`.
159159$text-color : $gray-base !default ;
160160
You can’t perform that action at this time.
0 commit comments