diff --git a/source/presentation/4.0/index.md b/source/presentation/4.0/index.md index c233ec599..a87aebfb7 100644 --- a/source/presentation/4.0/index.md +++ b/source/presentation/4.0/index.md @@ -102,15 +102,15 @@ a:hover > code { } a > code.language-plaintext { - color: inherit; - font-family: "PT Sans",sans-serif; - background-color: transparent; - border: none; - font-size: 1.1rem; + color: #3032fd; line-height: 1.0; text-decoration: none; } + a:hover > code.language-plaintext { + text-decoration: underline; + } + .callout { background-color: rgb(244,252,239); }