fix font-weight in formatting.html

pull/216/head
Aevann 2023-10-17 15:37:06 +03:00
parent 5ce06c565b
commit d7ea36bcde
2 changed files with 357 additions and 355 deletions

View File

@ -5978,7 +5978,7 @@ li > .sidebar {
text-align: center;
}
}
th, td {
th:not(#formatting-table th), td:not(#formatting-table td) {
font-weight: 700;
}

View File

@ -5,7 +5,8 @@
<div class="ml-2">You can use Markdown formatting:</div>
<div class="overflow-x-auto mt-3"><table class="table table-striped generate-copy-buttons">
<div class="overflow-x-auto mt-3">
<table id="formatting-table" class="table table-striped generate-copy-buttons">
<thead class="bg-primary text-white">
<tr>
<th>Name</th>
@ -361,7 +362,8 @@ Text 2
<td>???</td>
</tr>
</tbody>
</table></div>
</table>
</div>
<hr class="my-6">