Skip to content

Commit

Permalink
Style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored Nov 6, 2024
1 parent 11bd2dd commit 7f5b622
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion mkdocs_carbon_theme/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ body {
font-style: normal;
}

.rst-content p, .rst-content li, .rst-content pre {
.rst-content p, .rst-content li {
line-height: 1.6em;
}
.rst-content pre {
line-height: 1.2em;
}

Expand Down Expand Up @@ -211,6 +214,13 @@ div#footer {
vertical-align: middle;
}

.rst-content table tr td.spacer {
width: 2px;
padding: 0;
margin: 0;
background-color: #fff;
}

.rst-content table tr:nth-child(even) {
background-color: #f3f6f6;
}
Expand Down

0 comments on commit 7f5b622

Please sign in to comment.