Skip to content

Commit 0a94e9e

Browse files
author
llalunio
committed
fix(a11y): updated styles
1 parent 8f7faf5 commit 0a94e9e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
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: #052444;
14+
--link-color: #355B7E;
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: #242525;
92+
color: #545759;
9393
font-size: 1.5em;
9494
font-weight: 300;
9595
margin: 3rem 0 2rem;
@@ -315,7 +315,7 @@ img {
315315
}
316316

317317
.miniHeaderContents .links a {
318-
color: #ffffff;
318+
color: #fff;
319319
font-weight: bold;
320320
text-decoration: none;
321321
text-shadow: 1px 1px 2px black;

website/styles/prism-theme.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ pre[class*='language-'] {
9999
.token.attr-name,
100100
.token.string,
101101
.token.char,
102-
.token.builtin {
103-
color: #de0e37;
104-
}
102+
.token.builtin,
105103
.token.inserted {
106-
color: #690;
104+
color: #3B5C00;
107105
}
108106

109107
.token.operator,
@@ -124,7 +122,7 @@ pre[class*='language-'] {
124122

125123
.token.function,
126124
.token.class-name {
127-
color: #de0e37;
125+
color: #9C1C39;
128126
}
129127

130128
.token.regex,
@@ -230,7 +228,7 @@ pre[class*='language-'] {
230228
.token.char,
231229
.token.builtin,
232230
.token.inserted {
233-
color: #a6e22e;
231+
color: #9C1C39;
234232
}
235233

236234
.token.operator,

0 commit comments

Comments
 (0)