From 34a3b8b49b4a3988b142f2418e28e9a06fe995c9 Mon Sep 17 00:00:00 2001 From: St19_Galla Date: Thu, 20 Jul 2017 22:28:03 -0400 Subject: [PATCH 1/2] Update l10n.json --- src/views/camp/l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/camp/l10n.json b/src/views/camp/l10n.json index d29125db6..dffd9ecc0 100644 --- a/src/views/camp/l10n.json +++ b/src/views/camp/l10n.json @@ -6,7 +6,7 @@ "camp.part1Dates":"Part 1 (July 24th - July 30th)", "camp.detailsTitle": "Details:", "camp.part1Details": "Create a project introducing us to a character, real or imagined, that lives in the ocean. You could create a monster from the depths, a cute little starfish, a taco eating shark, or anything else you can imagine.", - "camp.particpateTitle": "How to Particpate:", + "camp.particpateTitle": "How to Participate:", "camp.part1Particpate": "Part 1 of camp will take place in the Main Camp Cabin studio. Here you can ask questions, view other Scratchers' creations, and submit your own. Go to the studio to learn more!", "camp.part2Dates": "Part 2 (July 31st - August 6th)", "camp.part2Details": "Now make your character interactive! Does your character have questions to ask us? What happens when you click on it? Does it have any special powers? And more!", From b8a05d9624f2958eb9d7051ce71d6141a480eea5 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 21 Jul 2017 12:06:06 -0400 Subject: [PATCH 2/2] only change style for links on page otherwise, the footer links were getting the new styling --- src/views/camp/camp.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/camp/camp.scss b/src/views/camp/camp.scss index 65062ed69..625ee88c7 100644 --- a/src/views/camp/camp.scss +++ b/src/views/camp/camp.scss @@ -15,10 +15,10 @@ margin-top: .938em; width: 45%; } -.inner a { +.gradient1 a { text-decoration: underline; } -.inner a:hover { +.gradient1 a:hover { text-decoration: underline; color: $ui-light-gray; }