diff --git a/src/components/timeline-card/timeline-card.scss b/src/components/timeline-card/timeline-card.scss index 3ecc9b319..699d364b6 100644 --- a/src/components/timeline-card/timeline-card.scss +++ b/src/components/timeline-card/timeline-card.scss @@ -24,8 +24,8 @@ $timeline-breakpoint: "only screen and (max-width : 1030px)"; } a{ position: absolute; - right: 15px; - top: 15px; + right: 12px; + top: 1px; } img{ diff --git a/src/views/annual-report/2021/annual-report.jsx b/src/views/annual-report/2021/annual-report.jsx index 5e55914ea..7f4ff9047 100644 --- a/src/views/annual-report/2021/annual-report.jsx +++ b/src/views/annual-report/2021/annual-report.jsx @@ -1625,7 +1625,7 @@ class AnnualReport extends React.Component { alt={this.props.intl.formatMessage( {id: 'annualReport.2021.altCard9'} )} - image="/images/annual-report/2021/3_Community Section/Timeline/Scratchtober.png" + image="/images/annual-report/2021/3_Community Section/Timeline/Year in Review.png" projectBy={this.props.intl.formatMessage( {id: 'annualReport.2021.projectBy'} )} diff --git a/src/views/annual-report/2021/annual-report.scss b/src/views/annual-report/2021/annual-report.scss index e4a3d1e33..8ed88b3cc 100644 --- a/src/views/annual-report/2021/annual-report.scss +++ b/src/views/annual-report/2021/annual-report.scss @@ -12,6 +12,10 @@ $timeline-breakpoint: "only screen and (max-width : 1030px)"; $ui-purple-dark: hsla(260, 55%, 55%, 1); // $motion-blue-3 #3373CC +body{ + background-color: $annual-report-green; +} + .access .button{ background-color: $annual-report-green; } @@ -601,7 +605,7 @@ a, a:link, a:visited, a:active{ } } - background-color: $annual-report-green; + background-color: $annual-report-aqua; color: $ui-white; h2, h3, h4, p { @@ -962,7 +966,7 @@ img.comment-viz{ } .reach-scratch-jr { - background-color: $annual-report-green; + background-color: $annual-report-aqua; color: $ui-white; padding: 100px 0; diff --git a/src/views/annual-report/2021/l10n.json b/src/views/annual-report/2021/l10n.json index be4005e9d..ff6ba7ad5 100644 --- a/src/views/annual-report/2021/l10n.json +++ b/src/views/annual-report/2021/l10n.json @@ -282,7 +282,7 @@ "annualReport.2021.altMitchHeadshot": "Founder Mitch Resnick", "annualReport.2021.altCalendar": "A calendar displaying the year 2021.", "annualReport.2021.altWorldVisualization": "An illustrated version of the globe.", - "annualReport.2021.altSaudiArabiaVisualization": "", + "annualReport.2021.altSaudiArabiaVisualization": "A bar chart showing that there were more than twice as many new Scratch users in 2021 as there were in 2020.", "annualReport.2021.altSECVideoPreview": "", "annualReport.2021.altSECWorkshops": "People playing together",