Skip to content

Commit 4faece1

Browse files
committed
Update link hover color
1 parent 8ffe8ae commit 4faece1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ a {
104104
}
105105

106106
a:hover {
107-
color: #3a6570;
108-
text-decoration-color: #3a6570;
107+
color: #4a8575;
108+
text-decoration-color: #4a8575;
109109
}
110110

111111
/* Lazy loading styles */
@@ -339,7 +339,7 @@ blockquote cite {
339339
height: 16px;
340340
margin: 2.5rem auto;
341341
max-width: 380px;
342-
background: url("data:image/svg+xml,%3Csvg width='60' height='16' viewBox='0 0 60 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8 C5 2, 10 2, 15 8 C20 14, 25 14, 30 8 C35 2, 40 2, 45 8 C50 14, 55 14, 60 8' fill='none' stroke='%233a6570' stroke-width='0.8' opacity='0.25'/%3E%3Cpath d='M0 10 C5 4, 10 4, 15 10 C20 16, 25 16, 30 10 C35 4, 40 4, 45 10 C50 16, 55 16, 60 10' fill='none' stroke='%23c25550' stroke-width='0.6' opacity='0.2'/%3E%3C/svg%3E") repeat-x center;
342+
background: url("data:image/svg+xml,%3Csvg width='60' height='16' viewBox='0 0 60 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8 C5 2, 10 2, 15 8 C20 14, 25 14, 30 8 C35 2, 40 2, 45 8 C50 14, 55 14, 60 8' fill='none' stroke='%239ac5b8' stroke-width='0.8' opacity='0.25'/%3E%3Cpath d='M0 10 C5 4, 10 4, 15 10 C20 16, 25 16, 30 10 C35 4, 40 4, 45 10 C50 16, 55 16, 60 10' fill='none' stroke='%23c25550' stroke-width='0.6' opacity='0.2'/%3E%3C/svg%3E") repeat-x center;
343343
}
344344

345345
/* Custom tooltip styles */

0 commit comments

Comments
 (0)