Skip to content

Commit

Permalink
Use light/dark theme display for topic indexes.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Aug 16, 2023
1 parent ccd101c commit 958e14d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@

.markdown-section #a, .markdown-section #b, .markdown-section #c, .markdown-section #d, .markdown-section #e, .markdown-section #f, .markdown-section #g, .markdown-section #h, .markdown-section #i, .markdown-section #j, .markdown-section #k, .markdown-section #l, .markdown-section #m, .markdown-section #n, .markdown-section #o, .markdown-section #p, .markdown-section #q, .markdown-section #r, .markdown-section #s, .markdown-section #t, .markdown-section #u, .markdown-section #v, .markdown-section #w, .markdown-section #x, .markdown-section #y, .markdown-section #z {
width: 2em;
color: white;
font-weight: 600;
color: var(--base-background-color);
font-weight: 700;
margin-top: 1.00rem;
padding-left: 0.25rem;
background: #666666;
background: color-mix(in srgb, var(--base-color) 70%, transparent);
}

.markdown-section .accordion {
Expand Down

0 comments on commit 958e14d

Please sign in to comment.