diff --git a/source/presentation/4.0/index.md b/source/presentation/4.0/index.md index 53e5d8334..4de458b09 100644 --- a/source/presentation/4.0/index.md +++ b/source/presentation/4.0/index.md @@ -53,15 +53,6 @@ pre.highlight code { color: #a0f0f0 } -a > code::after { - content: "↗"; - font-size: 0.65em; - opacity: 0.6; - margin-left: 0.2em; - vertical-align: super; - text-decoration: none; -} - a > code { /* text-decoration: underline;*/ color: var(--link-color); @@ -110,6 +101,16 @@ a:hover > code { font-family: "Courier Prime", monospace; } + a > code.language-plaintext { + color: inherit; + font-family: "PT Sans",sans-serif; + background-color: transparent; + border: none; + font-size: 1.1rem; + line-height: 1.0; + text-decoration: none; + } + .callout { background-color: rgb(244,252,239); }