|
5 | 5 | /* Text colors for body and block elements */ |
6 | 6 | --body-text-color: #000000; |
7 | 7 | --block-text-color: #000000; |
8 | | - /* Background colors for various structural elements */ |
| 8 | + /* Background colors for various elements */ |
9 | 9 | --body-background-color: #edd9a6; |
10 | | - --section-background-color: #e9d195; |
11 | 10 | --detail-background-color: #edd9a6; |
12 | 11 | /* Colors for navigation bar and table captions */ |
13 | 12 | --navbar-background-color: #232323; |
14 | 13 | --navbar-text-color: #edd9a6; |
15 | 14 | /* Background color for subnavigation and various headers */ |
16 | 15 | --subnav-background-color: #e5c880; |
| 16 | + --subnav-link-color: var(--link-color); |
17 | 17 | /* Background and text colors for selected tabs and navigation items */ |
18 | 18 | --selected-background-color: #e5c880; |
19 | 19 | --selected-text-color: #000000; |
20 | 20 | --selected-link-color: #861203; |
21 | 21 | /* Background colors for generated tables */ |
| 22 | + --table-header-color: #e7ce8e; |
22 | 23 | --even-row-color: #edd9a6; |
23 | | - --odd-row-color: #e7ce8e; |
| 24 | + --odd-row-color: #e9d195; |
24 | 25 | /* Text color for page title */ |
25 | 26 | --title-color: #000000; |
26 | 27 | /* Text colors for links */ |
27 | 28 | --link-color: #861203; |
28 | 29 | --link-color-active: #641003; |
| 30 | + /* Table of contents */ |
| 31 | + --toc-background-color: var(--body-background-color); |
| 32 | + --toc-hover-color: #e9d195; |
| 33 | + /* Snippet and pre colors */ |
| 34 | + --snippet-background-color: var(--body-background-color); |
29 | 35 | /* Border colors for structural elements and user defined tables */ |
30 | 36 | --border-color: #e5c880; |
31 | 37 | /* Search input colors */ |
|
0 commit comments