Skip to content

Commit 8da09b2

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 4c993c7 + 49d3547 commit 8da09b2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
position: relative;
8181
padding: 0.125rem 0.25rem;
8282
transition: color 0.25s, transform 0.15s;
83-
}
83+
}
8484

8585
ul.cloud a:hover,
8686
ul.cloud a:focus {
@@ -107,6 +107,19 @@
107107
width: 100%;
108108
}
109109

110+
ul.cloud a:after {
111+
content: "🔗";
112+
font-size: 0.4em;
113+
position: relative;
114+
top: -0.5em;
115+
margin-left: 2px;
116+
opacity: 0.5;
117+
}
118+
119+
ul.cloud a:hover:after {
120+
opacity: 1;
121+
}
122+
110123
/* Reduce motion for users with preferences */
111124
@media (prefers-reduced-motion) {
112125
ul.cloud * {

0 commit comments

Comments
 (0)