Skip to content

Commit 61aa929

Browse files
committed
Merge branch 'lyannel-fix/a11y-issues'
2 parents 2466c72 + 8829cc3 commit 61aa929

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/styles/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
--font-size-small-screen: 14px;
1212
--header-content-padding: 12px;
1313

14-
--link-color: #4183c4;
14+
--link-color: #4078c0;
1515
--link-hover-color: #2b6db0;
1616
--header-color: #212325;
1717
--header-bg-color: #6dbcdb;
@@ -89,7 +89,7 @@ h1.mainTitle {
8989

9090
h2 {
9191
margin: 4rem 0 1 rem;
92-
color: #9a9c9e;
92+
color: #545759;
9393
font-size: 1.5em;
9494
font-weight: 300;
9595
margin: 3rem 0 2rem;
@@ -318,7 +318,7 @@ img {
318318
color: #fff;
319319
font-weight: bold;
320320
text-decoration: none;
321-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
321+
text-shadow: 1px 1px 2px black;
322322
}
323323

324324
.miniHeaderContents .links > * {

website/styles/prism-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pre[class*='language-'] {
101101
.token.char,
102102
.token.builtin,
103103
.token.inserted {
104-
color: #690;
104+
color: #3B5C00;
105105
}
106106

107107
.token.operator,
@@ -122,7 +122,7 @@ pre[class*='language-'] {
122122

123123
.token.function,
124124
.token.class-name {
125-
color: #dd4a68;
125+
color: #9C1C39;
126126
}
127127

128128
.token.regex,

0 commit comments

Comments
 (0)