Skip to content

Commit 665a478

Browse files
committed
Switch to yellow for example admonition color
1 parent 83b0d7f commit 665a478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme/reference.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,26 @@ See mdbook-spec/src/admonitions.rs.
6262
--alert-note-color: #0969da;
6363
--alert-warning-color: #9a6700;
6464
--alert-edition-color: #1a7f37;
65-
--alert-example-color: #8250df;
65+
--alert-example-color: #d2ae06;
6666
}
6767
.ayu .alert {
6868
--alert-note-color: #74b9ff;
6969
--alert-warning-color: #f0b72f;
7070
--alert-edition-color: #2bd853;
71-
--alert-example-color: #d3abff;
71+
--alert-example-color: #d5d81c;
7272
}
7373
.rust .alert {
7474
--alert-note-color: #023b95;
7575
--alert-warning-color: #603700;
7676
--alert-edition-color: #008200;
77-
--alert-example-color: #8250df;
77+
--alert-example-color: #b58f00;
7878
}
7979
.coal .alert,
8080
.navy .alert {
8181
--alert-note-color: #4493f8;
8282
--alert-warning-color: #d29922;
8383
--alert-edition-color: #3fb950;
84-
--alert-example-color: #ab7df8;
84+
--alert-example-color: #d5d81c;
8585
}
8686
.alert-note blockquote {
8787
border-inline-start-color: var(--alert-note-color);

0 commit comments

Comments
 (0)