mirror of https://github.com/docker/docs.git
style: font antialiasing
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
c6aa90c33a
commit
dab13dbaff
|
@ -20,6 +20,11 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.link {
|
||||
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue