Skip to content

Commit 06693e0

Browse files
authored
Merge pull request #2466 from IIIF/styling
Styling links
2 parents 632d28f + 6a841c9 commit 06693e0

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

source/presentation/4.0/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ pre.highlight code {
5353
color: #a0f0f0
5454
}
5555

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-
6556
a > code {
6657
/* text-decoration: underline;*/
6758
color: var(--link-color);
@@ -110,6 +101,16 @@ a:hover > code {
110101
font-family: "Courier Prime", monospace;
111102
}
112103

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;
110+
line-height: 1.0;
111+
text-decoration: none;
112+
}
113+
113114
.callout {
114115
background-color: rgb(244,252,239);
115116
}

0 commit comments

Comments
 (0)