mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
style: color override for code spans in callouts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user