We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d15f3eb + 25bd575 commit bc124a4Copy full SHA for bc124a4
source/presentation/4.0/index.md
@@ -102,15 +102,15 @@ a:hover > code {
102
}
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;
+ color: #3032fd;
110
line-height: 1.0;
111
text-decoration: none;
112
113
+ a:hover > code.language-plaintext {
+ text-decoration: underline;
+ }
+
114
.callout {
115
background-color: rgb(244,252,239);
116
0 commit comments