mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
15 lines
225 B
CSS
15 lines
225 B
CSS
.questions > h4 {
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.table>thead>tr>th,
|
|
.table>tbody>tr>th,
|
|
.table>tfoot>tr>th,
|
|
.table>thead>tr>td,
|
|
.table>tbody>tr>td,
|
|
.table>tfoot>tr>td {
|
|
border: none;
|
|
font-size: 1.25rem;
|
|
font-weight: bold;
|
|
}
|