File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,26 +62,26 @@ See mdbook-spec/src/admonitions.rs.
62
62
--alert-note-color : # 0969da ;
63
63
--alert-warning-color : # 9a6700 ;
64
64
--alert-edition-color : # 1a7f37 ;
65
- --alert-example-color : # 8250df ;
65
+ --alert-example-color : # d2ae06 ;
66
66
}
67
67
.ayu .alert {
68
68
--alert-note-color : # 74b9ff ;
69
69
--alert-warning-color : # f0b72f ;
70
70
--alert-edition-color : # 2bd853 ;
71
- --alert-example-color : # d3abff ;
71
+ --alert-example-color : # d5d81c ;
72
72
}
73
73
.rust .alert {
74
74
--alert-note-color : # 023b95 ;
75
75
--alert-warning-color : # 603700 ;
76
76
--alert-edition-color : # 008200 ;
77
- --alert-example-color : # 8250df ;
77
+ --alert-example-color : # b58f00 ;
78
78
}
79
79
.coal .alert ,
80
80
.navy .alert {
81
81
--alert-note-color : # 4493f8 ;
82
82
--alert-warning-color : # d29922 ;
83
83
--alert-edition-color : # 3fb950 ;
84
- --alert-example-color : # ab7df8 ;
84
+ --alert-example-color : # d5d81c ;
85
85
}
86
86
.alert-note blockquote {
87
87
border-inline-start-color : var (--alert-note-color );
You can’t perform that action at this time.
0 commit comments