We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c993c7 + 49d3547 commit 8da09b2Copy full SHA for 8da09b2
1 file changed
index.html
@@ -80,7 +80,7 @@
80
position: relative;
81
padding: 0.125rem 0.25rem;
82
transition: color 0.25s, transform 0.15s;
83
- }
+}
84
85
ul.cloud a:hover,
86
ul.cloud a:focus {
@@ -107,6 +107,19 @@
107
width: 100%;
108
}
109
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
123
/* Reduce motion for users with preferences */
124
@media (prefers-reduced-motion) {
125
ul.cloud * {
0 commit comments