We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c2931 commit 261fd12Copy full SHA for 261fd12
client/styles/abstracts/_variables.scss
@@ -129,7 +129,7 @@ $themes: (
129
130
admonition-border: #22C8ED,
131
admonition-background: #E4F8FF,
132
- admonition-text: #0E86A1,
+ admonition-text: #075769,
133
),
134
dark: (
135
logo-color: $p5js-pink,
@@ -227,8 +227,8 @@ $themes: (
227
hint-inline-text-color: #cfcfcf,
228
229
230
- admonition-background: #1681b7,
231
- admonition-text: #E4F8FF,
+ admonition-background: #105A7F,
+ admonition-text: #FFFFFF,
232
233
contrast: (
234
logo-color: $yellow,
@@ -326,7 +326,7 @@ $themes: (
326
327
328
329
+ admonition-background: #000000,
330
admonition-text: #ffffff,
331
)
332
);
0 commit comments