diff --git a/docs/src/styles/tweaks.scss b/docs/src/styles/tweaks.scss index 8c5c7a8e9f..13a6c273a8 100644 --- a/docs/src/styles/tweaks.scss +++ b/docs/src/styles/tweaks.scss @@ -113,3 +113,7 @@ .table-of-contents { font-size: 14px; } + +.task-list-item { + list-style: none; +}