Skip to content

Commit 4db5016

Browse files
committed
Ensured okaidia theme has constrast ratio of 4.5:1 for all tokens
1 parent 59e5a34 commit 4db5016

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

themes/prism-okaidia.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ pre[class*="language-"] {
3636
border-radius: 0.3em;
3737
}
3838

39-
:not(pre) > code[class*="language-"],
39+
:not(pre)>code[class*="language-"],
4040
pre[class*="language-"] {
41-
background: #272822;
41+
background: #1B1C18;
4242
}
4343

4444
/* Inline code */
45-
:not(pre) > code[class*="language-"] {
45+
:not(pre)>code[class*="language-"] {
4646
padding: .1em;
4747
border-radius: .3em;
4848
white-space: normal;
@@ -114,10 +114,11 @@ pre[class*="language-"] {
114114
.token.bold {
115115
font-weight: bold;
116116
}
117+
117118
.token.italic {
118119
font-style: italic;
119120
}
120121

121122
.token.entity {
122123
cursor: help;
123-
}
124+
}

0 commit comments

Comments
 (0)