Skip to content

Commit bc124a4

Browse files
Merge pull request #2472 from IIIF/add_box_styling
Adding box to links
2 parents d15f3eb + 25bd575 commit bc124a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/presentation/4.0/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ a:hover > code {
102102
}
103103

104104
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;
105+
color: #3032fd;
110106
line-height: 1.0;
111107
text-decoration: none;
112108
}
113109

110+
a:hover > code.language-plaintext {
111+
text-decoration: underline;
112+
}
113+
114114
.callout {
115115
background-color: rgb(244,252,239);
116116
}

0 commit comments

Comments
 (0)