We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e9d04 commit 5d3de18Copy full SHA for 5d3de18
index.html
@@ -188,10 +188,12 @@
188
}
189
.authors a {
190
color: var(--text-muted);
191
- text-decoration: none;
+ text-decoration: underline;
192
+ text-decoration-color: rgba(100,116,139,0.4);
193
+ text-underline-offset: 2px;
194
white-space: nowrap;
195
- .authors a:hover { color: var(--accent); text-decoration: underline; }
196
+ .authors a:hover { color: var(--accent); text-decoration-color: var(--accent); }
197
.authors sup { font-size: 0.65em; color: var(--accent); vertical-align: super; }
198
.authors-note {
199
font-size: 0.78rem; color: var(--text-muted);
0 commit comments