mirror of https://github.com/docker/docs.git
style: color override for code spans in callouts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
ce6563475b
commit
0a007cf09d
|
@ -9,6 +9,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
:not(pre) > code {
|
||||
/* !important because of specificity issue with blockquote typography */
|
||||
color: theme(colors.black) !important;
|
||||
.dark blockquote & {
|
||||
color: theme(colors.white) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
@apply p-3 my-4 overflow-x-auto;
|
||||
background: theme("colors.white");
|
||||
|
|
Loading…
Reference in New Issue