Skip to content

Commit a1a8b6b

Browse files
committed
Adjust ToC colors in Javadoc
1 parent a1f1dd3 commit a1a8b6b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/src/javadoc/junit-stylesheet.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
/* Text colors for links */
3131
--link-color: #dc524a;
3232
--link-color-active: #b62b23;
33+
/* Table of contents */
34+
--toc-background-color: var(--section-background-color);
35+
--toc-link-color: #000;
3336
/* Snippet colors */
3437
--snippet-background-color: #ebecee;
3538
--snippet-text-color: var(--block-text-color);
@@ -39,10 +42,6 @@
3942
--table-border-color: #999;
4043
/* Highlight color for active search tag target */
4144
--search-tag-highlight-color: #ffff00;
42-
/* Adjustments for icon and active background colors of copy-to-clipboard buttons */
43-
--copy-button-background-color-active: rgba(168, 168, 168, 0.3);
44-
/* Colors for invalid tag notifications */
45-
--invalid-tag-background-color: #ffe6e6;
4645
}
4746

4847
.title {

0 commit comments

Comments
 (0)