Table number / Figure number => bold

This commit is contained in:
Thomas Dehaeze 2020-11-24 14:24:00 +01:00
parent 1267187eea
commit 2f5345e825
2 changed files with 28 additions and 4 deletions

View File

@ -9,11 +9,23 @@
margin: auto;
}
.figure .figure-number {
font-weight: bold;
color: #343131;
}
/* Tables */
table {
margin-left: auto;
margin-right: auto;
}
table .table-number {
font-weight: bold;
color: #343131;
}
/* Source Blocks */
.org-src-container > pre.src:before {

View File

@ -1261,11 +1261,23 @@ h2.footnotes{
margin: auto;
}
.figure .figure-number {
font-weight: bold;
color: #343131;
}
/* Tables */
table {
margin-left: auto;
margin-right: auto;
}
table .table-number {
font-weight: bold;
color: #343131;
}
/* Source Blocks */
.org-src-container > pre.src:before {