Skip to content

Commit

Permalink
Merge branch 'main' into chore/a11y/career/form
Browse files Browse the repository at this point in the history
  • Loading branch information
virus-rpi authored Sep 19, 2024
2 parents 41ebe00 + e6b777f commit 437ca58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/assets/prism-themes/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ pre[class*="language-"].line-numbers .line-numbers-rows {
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
color: #547290;
}

.token.punctuation {
color: #999;
color: #95625E;
}

.token.namespace {
Expand All @@ -114,7 +114,7 @@ pre[class*="language-"].line-numbers .line-numbers-rows {
.token.char,
.token.builtin,
.token.inserted {
color: #690;
color: #657546;
}

.token.operator,
Expand All @@ -130,18 +130,18 @@ pre[class*="language-"].line-numbers .line-numbers-rows {
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
color: #05789E;
}

.token.function,
.token.class-name {
color: #DD4A68;
color: #dd102d;
}

.token.regex,
.token.important,
.token.variable {
color: #e90;
color: #9F6105;
}

.token.important,
Expand Down
4 changes: 2 additions & 2 deletions src/assets/prism-themes/prism-theme-nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pre[class*="language-"].line-numbers .line-numbers-rows {
.token.prolog,
.token.doctype,
.token.cdata {
color: #636f88;
color: #649CF1;
}

.token.punctuation {
Expand All @@ -79,7 +79,7 @@ pre[class*="language-"].line-numbers .line-numbers-rows {
}

.token.number {
color: #B48EAD;
color: #BF8BB4;
}

.token.boolean {
Expand Down
1 change: 1 addition & 0 deletions src/components/legacy/links/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const Link = (props: LinkProps): JSX.Element => {
target="_blank"
rel="noopener"
className={className}
aria-label={`${children} (opens in a new tab)`}
{...rest}
>
{children}
Expand Down

0 comments on commit 437ca58

Please sign in to comment.