diff --git a/src/cms/src/plugins/strapi-plugin-ckeditor/admin/src/components/Input/CKEditor/theme/common.js b/src/cms/src/plugins/strapi-plugin-ckeditor/admin/src/components/Input/CKEditor/theme/common.js
index 5048b87cb..da7231ee6 100644
--- a/src/cms/src/plugins/strapi-plugin-ckeditor/admin/src/components/Input/CKEditor/theme/common.js
+++ b/src/cms/src/plugins/strapi-plugin-ckeditor/admin/src/components/Input/CKEditor/theme/common.js
@@ -312,7 +312,7 @@ export const common = css`
}
blockquote.callout-box a {
- color: #003366 !important;
+ color: #2464A4 !important;
text-decoration: underline;
}
diff --git a/src/gatsby/src/components/skipToContent.js b/src/gatsby/src/components/skipToContent.js
index deb4354b5..257168766 100644
--- a/src/gatsby/src/components/skipToContent.js
+++ b/src/gatsby/src/components/skipToContent.js
@@ -2,6 +2,6 @@ import React from "react"
export default function SkipToContent() {
return (
- Skip to main content
+ Skip to main content
)
}
diff --git a/src/gatsby/src/styles/advisories/advisoryCard.scss b/src/gatsby/src/styles/advisories/advisoryCard.scss
index e61ef1c1b..bc3c9d8a0 100644
--- a/src/gatsby/src/styles/advisories/advisoryCard.scss
+++ b/src/gatsby/src/styles/advisories/advisoryCard.scss
@@ -65,7 +65,7 @@
.badge-secondary-light {
color: $colorBlue !important;
- background-color: transparent;
+ background-color: transparent !important;
}
.badge-light {
@@ -79,7 +79,7 @@
.badge-primary {
color: $colorWhite !important;
- background-color: $colorBlue;
+ background-color: $colorBlue !important;
&:hover {
background-color: $colorBlue !important;
}
diff --git a/src/gatsby/src/styles/archieved/betaLanding.scss b/src/gatsby/src/styles/archieved/betaLanding.scss
deleted file mode 100644
index bab9c4b6b..000000000
--- a/src/gatsby/src/styles/archieved/betaLanding.scss
+++ /dev/null
@@ -1,184 +0,0 @@
-// This file is archived since intro.js is no longer used
-
-.intro-page{
- a.btn {
- background-color: #fff;
- border: 2px solid $colorBlue;
- border-radius: 5px;
- color: $colorBlue;
- text-align: center;
- text-decoration: none;
- }
-
- a.btn:hover {
- background-color: $colorBlue;
- color: #fff;
- }
-
- .beta-welcome {
- padding-top: 80px;
- margin-bottom: 100px;
- color: $colorBlue;
- background-image: url("https://nrs.objectstore.gov.bc.ca/kuwyyf/beta_landing_image_background_credit_michael_benz_1408791a9c.jpeg");
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- }
-
- .beta-welcome_content {
- position: relative;
- z-index: 1000;
- }
-
- .beta-welcome_main-heading {
- font-weight: bold;
- margin-bottom: 16px;
- font-size: 3rem;
- }
-
- .beta-welcome_screenshots-container {
- margin-top: -100px;
-
- img {
- position: relative;
- top: 150px;
- max-width: 100%;
- height: auto;
- }
- }
-
- .beta-description {
- color: #000;
- max-width: 1100px;
- text-align: center;
- margin-left: auto;
- margin-right: auto;
- margin-top: 160px;
-
- h2 {
- color: $colorBlue;
- }
- }
-
- .contents {
- margin-top: 160px;
-
- h2 {
- color: $colorBlue;
- }
-
- p {
- color: #000;
- }
-
- img {
- width: 100%;
- }
- }
-
- .research {
- background-image: url("https://nrs.objectstore.gov.bc.ca/kuwyyf/beta_landing_research_intake_4e8d49a5bc.png");
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- height: 330px;
- border-radius: 16px;
- margin-top: 160px;
- padding: 32px;
- color: #fff;
- h2 {
- color: #fff;
- }
- }
-
- .research_large-screen img {
- width: 300px;
- margin-left: -30px;
- }
-
- .research_narrow-screen {
- display: none;
- }
-
- .research_narrow-screen_flex-container {
- height: 100%;
- }
-
- .research_narrow-screen_content {
- width: 100%;
- background-color: $colorBlue;
- border-radius: 0 0 16px 16px;
- padding: 48px 32px;
- }
-
- .research_narrow-screen_content a:link {
- color: #fff;
- text-decoration: none;
- }
-
- .research_narrow-screen_content a:visited {
- color: #fff;
- text-decoration: none;
- }
-
- .research_narrow-screen_content a:hover {
- color: $colorGold;
- }
-
- .social-media {
- margin-top: 100px;
- color: $colorBlue;
-
- a {
- margin: 0 8px;
- }
- }
-
- @media screen and (max-width: 992px) {
- .contents {
- margin-top: 80px;
-
- h2 {
- margin-top: 32px;
- }
- }
- }
-
- @media screen and (max-width: 768px) {
- .beta-welcome_screenshots-container {
- margin-top: unset;
- }
-
- .beta-welcome_screenshots {
- top: 100px;
- }
-
- .beta-description {
- margin-top: unset;
- text-align: unset;
- margin-left: unset;
- margin-right: unset;
- }
-
- .research {
- background-image: url("https://nrs.objectstore.gov.bc.ca/kuwyyf/beta_landing_research_intake_narrow_420a361c2e.png");
- padding: unset;
- }
-
- .research_large-screen {
- display: none;
- }
-
- .research_narrow-screen {
- display: unset;
- }
- }
-
- @media screen and (max-width: 576px) {
- .beta-welcome_screenshots-container {
- img {
- top: 70px;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/gatsby/src/styles/bootstrapTheme.scss b/src/gatsby/src/styles/bootstrapTheme.scss
index 81b8d74ba..216121880 100644
--- a/src/gatsby/src/styles/bootstrapTheme.scss
+++ b/src/gatsby/src/styles/bootstrapTheme.scss
@@ -20,6 +20,21 @@ a {
&:not(.btn):focus {
color: $colorBlue;
}
+ &:focus-visible {
+ box-shadow: none;
+ }
+}
+
+.btn, .nav-link {
+ &:focus-visible {
+ box-shadow: none;
+ }
+}
+
+.btn {
+ &:hover {
+ text-decoration: none;
+ }
}
.btn-primary:not(:disabled):not(.disabled):active {
diff --git a/src/gatsby/src/styles/cmsSnippets/parkInfoPage.scss b/src/gatsby/src/styles/cmsSnippets/parkInfoPage.scss
index 0a85692bc..667f16e03 100644
--- a/src/gatsby/src/styles/cmsSnippets/parkInfoPage.scss
+++ b/src/gatsby/src/styles/cmsSnippets/parkInfoPage.scss
@@ -29,10 +29,12 @@
.park-camping-link.expand-icon {
display: inline-block;
color: $colorBlueMed !important;
+ text-decoration: none;
cursor: pointer;
margin-bottom: 16px;
&:hover, &:focus-visible {
color: $colorBlue !important;
+ text-decoration: underline;
}
&:focus-visible {
border-radius: 4px;
diff --git a/src/gatsby/src/styles/global.scss b/src/gatsby/src/styles/global.scss
index ae665989a..5c0d6219c 100644
--- a/src/gatsby/src/styles/global.scss
+++ b/src/gatsby/src/styles/global.scss
@@ -118,9 +118,6 @@ blockquote {
& > * {
max-width: 600px;
}
- a {
- color: $colorBlue !important;
- }
}
figure.media div[data-oembed-url] {