Skip to content

Commit

Permalink
CSS: Adjust title font-size + callout description font-size/color
Browse files Browse the repository at this point in the history
  • Loading branch information
adellape authored and openshift-cherrypick-robot committed Jul 9, 2020
1 parent 940db54 commit 02565b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _stylesheets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@ table > tbody > tr > td > div > div > p > code {
}
table tr th, table tr td {
padding: 0.5625em 0.625em;
font-size: inherit;
color: #333333;
font-size: 14px;
color: #545454;
font-weight: 400;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
Expand Down Expand Up @@ -1014,6 +1014,7 @@ table > tbody > tr > td > div > div > p > code {
font-family: "Noto Serif", "DejaVu Serif", "Serif", serif;
font-weight: normal;
font-style: italic;
font-size: 16px;
}
table.tableblock > caption.title {
white-space: nowrap;
Expand Down Expand Up @@ -1818,4 +1819,3 @@ table > tbody > tr > td > div > div > p > code {
display: inherit !important;
}
}

0 comments on commit 02565b4

Please sign in to comment.