File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,20 @@ pre {
6464
6565code {
6666 background-color : # 0074e00e ;
67- font-size : var (--font-small );
67+ /* font-size: var(--font-small); */
68+ font-size : inherit;
6869 word-spacing : -0.125em ;
6970 color : var (--color-brand-gray1 );
7071}
7172
73+ h2 code ,
74+ h3 code ,
75+ h4 code ,
76+ h5 code ,
77+ a code {
78+ font-size : inherit;
79+ }
80+
7281html code {
7382 hyphens : none;
7483}
Original file line number Diff line number Diff line change @@ -40,11 +40,15 @@ table.tableblock thead th {
4040 padding-bottom : var (--base-space );
4141 text-align : left;
4242 border-bottom : 2px solid var (--color-brand-blue-secondary );
43- font-size : 1 rem ;
44- line-height : 1.25 rem ;
43+ font-size : 1.125 rem ;
44+ line-height : 1.5 rem ;
4545 font-weight : var (--weight-semibold );
4646}
4747
48+ /* table.tableblock tbody td:first-child strong {
49+ font-size: 1.125rem;
50+ } */
51+
4852table .tableblock tbody tr {
4953 display : table-cell;
5054}
You can’t perform that action at this time.
0 commit comments