We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 632d28f + 6a841c9 commit 06693e0Copy full SHA for 06693e0
1 file changed
source/presentation/4.0/index.md
@@ -53,15 +53,6 @@ pre.highlight code {
53
color: #a0f0f0
54
}
55
56
-a > code::after {
57
- content: "↗";
58
- font-size: 0.65em;
59
- opacity: 0.6;
60
- margin-left: 0.2em;
61
- vertical-align: super;
62
- text-decoration: none;
63
-}
64
-
65
a > code {
66
/* text-decoration: underline;*/
67
color: var(--link-color);
@@ -110,6 +101,16 @@ a:hover > code {
110
101
font-family: "Courier Prime", monospace;
111
102
112
103
104
+ a > code.language-plaintext {
105
+ color: inherit;
106
+ font-family: "PT Sans",sans-serif;
107
+ background-color: transparent;
108
+ border: none;
109
+ font-size: 1.1rem;
+ line-height: 1.0;
+ text-decoration: none;
+ }
113
+
114
.callout {
115
background-color: rgb(244,252,239);
116
0 commit comments