Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7de9773

Browse files
committed
Give the <strong> tag some CSS (the .content-body resets it)
Docker-DCO-1.1-Signed-off-by: SvenDowideit <[email protected]> (github: SvenDowideit)
1 parent 31d2701 commit 7de9773

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/theme/mkdocs/css/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ ol li {
305305
white-space: pre;
306306
}
307307

308+
.content-body strong {
309+
font-weight: bold;
310+
}
311+
308312
#leftnav .nav.nav-tabs li a {
309313
line-height: 20px !important;
310314
padding-top: 15px !important;

0 commit comments

Comments
 (0)