Skip to content

Commit 261fd12

Browse files
committed
Update admonition colors for contrast
1 parent a3c2931 commit 261fd12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $themes: (
129129

130130
admonition-border: #22C8ED,
131131
admonition-background: #E4F8FF,
132-
admonition-text: #0E86A1,
132+
admonition-text: #075769,
133133
),
134134
dark: (
135135
logo-color: $p5js-pink,
@@ -227,8 +227,8 @@ $themes: (
227227
hint-inline-text-color: #cfcfcf,
228228

229229
admonition-border: #22C8ED,
230-
admonition-background: #1681b7,
231-
admonition-text: #E4F8FF,
230+
admonition-background: #105A7F,
231+
admonition-text: #FFFFFF,
232232
),
233233
contrast: (
234234
logo-color: $yellow,
@@ -326,7 +326,7 @@ $themes: (
326326
hint-inline-text-color: #cfcfcf,
327327

328328
admonition-border: #22C8ED,
329-
admonition-background: #1681b7,
329+
admonition-background: #000000,
330330
admonition-text: #ffffff,
331331
)
332332
);

0 commit comments

Comments
 (0)