mirror of https://github.com/docker/docs.git
feat: add invertible class for images
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
0f7e6ec2da
commit
0adbe36a0f
|
@ -29,6 +29,10 @@
|
||||||
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
|
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invertible {
|
||||||
|
@apply dark:filter dark:invert dark:hue-rotate-180;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@apply border-divider-light dark:border-divider-dark;
|
@apply border-divider-light dark:border-divider-dark;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue