Skip to content

Commit faec889

Browse files
committed
#129: Subtler link styling, to pave way for later reinsertion of a bunch of original links that got stripped at various points
1 parent cc012af commit faec889

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

styles/main.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,12 @@ h4 {
285285
a {
286286
color: #3c3c3c;
287287
text-decoration: none;
288-
border-bottom: 2px solid #3c3c3c;
289-
font-weight: bold;
290-
transition: color .2s ease-out;
288+
border-bottom: 1px solid #848484;
289+
transition: color .2s, border .2s;
291290
}
292291
a:hover {
293292
color: #f94600;
294-
border-bottom: 2px solid #f94600;
293+
border-bottom-color: #f94600;
295294
}
296295

297296
#stockCreds, #changelog{

0 commit comments

Comments
 (0)