mirror of https://github.com/docker/docs.git
fix: code span colors in dark mode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
6fb66cf034
commit
5abe774df8
|
@ -9,14 +9,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
: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