Skip to content

Commit b3c23c5

Browse files
Add credits for clipboard image
1 parent f1a446f commit b3c23c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/theme/css/chrome.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ pre > .buttons button.clip-button {
267267
padding: 2px 4px 0px 6px;
268268
}
269269
pre > .buttons button.clip-button::before {
270-
/* clipboard <https://github.com/rust-lang/crates.io/commits/main/public/assets/copy.svg> */
270+
/* clipboard image from octicons (https://github.com/primer/octicons/tree/v2.0.0) MIT license
271+
*/
271272
content: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 24 25" \
272273
xmlns="http://www.w3.org/2000/svg" aria-label="Copy to clipboard">\
273274
<path d="M18 20h2v3c0 1-1 2-2 2H2c-.998 0-2-1-2-2V5c0-.911.755-1.667 1.667-1.667h5A3.323 3.323 0 \

0 commit comments

Comments
 (0)