Skip to content

Commit 17e4f69

Browse files
fix: update TOC hover/active and author name color to #2e8555 for issue #1593
1 parent 80a60e6 commit 17e4f69

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

src/css/custom.css

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,32 +2062,29 @@ html[data-theme="dark"] {
20622062
}
20632063

20642064
/* ===== SECTION 15: TABLE OF CONTENTS COLOR ===== */
2065-
/* Issue #1593: Change TOC link color to match theme */
2065+
/* Issue #1593: Change TOC link color on hover/active */
20662066
.table-of-contents__link:hover,
20672067
.table-of-contents__link--active,
20682068
.table-of-contents__link--active:hover {
2069-
color: #b1e2c5;
2069+
color: #2e8555;
2070+
font-weight: normal;
2071+
text-decoration: none;
20702072
}
20712073

20722074
[data-theme="dark"] .table-of-contents__link:hover,
20732075
[data-theme="dark"] .table-of-contents__link--active {
2074-
color: #b1e2c5;
2076+
color: #2e8555;
2077+
font-weight: normal;
2078+
text-decoration: none;
20752079
}
2076-
20772080
/* ===== SECTION 16: BLOG AUTHOR NAME COLOR ===== */
2078-
/* Issue #1593: Change blog author name color to match theme */
2081+
/* Issue #1593: Change blog author name color to #2e8555 */
20792082
.avatar__intro .avatar__name a,
20802083
.authorDetails_1V9A .avatar__name a {
2081-
color: #b1e2c5;
2082-
}
2083-
2084-
.avatar__intro .avatar__name a:hover,
2085-
.authorDetails_1V9A .avatar__name a:hover {
2086-
color: #b1e2c5;
2087-
opacity: 0.85;
2084+
color: #2e8555;
20882085
}
20892086

20902087
[data-theme="dark"] .avatar__intro .avatar__name a,
20912088
[data-theme="dark"] .authorDetails_1V9A .avatar__name a {
2092-
color: #b1e2c5;
2089+
color: #2e8555;
20932090
}

0 commit comments

Comments
 (0)