Skip to content

Commit 89e7583

Browse files
Increase font size for command TOC
Updated the .command-toc class font size from 0.7rem to 1.1rem to improve readability of the table of contents.
1 parent 3c8f258 commit 89e7583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/command-docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ article table tbody tr:hover {
328328
/* Table of Contents */
329329
.command-toc {
330330
margin-bottom: 2rem;
331-
font-size: 0.7rem;
331+
font-size: 1.1rem;
332332
color: #59636e;
333333
text-align: center;
334334
display: block;

0 commit comments

Comments
 (0)