diff --git a/frontend/src/components/editor-page/table-of-contents/table-of-contents.module.scss b/frontend/src/components/editor-page/table-of-contents/table-of-contents.module.scss index c2011d42c..4a32a79b8 100644 --- a/frontend/src/components/editor-page/table-of-contents/table-of-contents.module.scss +++ b/frontend/src/components/editor-page/table-of-contents/table-of-contents.module.scss @@ -43,7 +43,7 @@ font-size: 0.9em; a { - color: #767676; + color: var(--bs-secondary-color); overflow: hidden; text-overflow: ellipsis; white-space: pre; @@ -54,7 +54,7 @@ a { margin-top: 2px; margin-bottom: 2px; - color: #000000; + color: var(--bs-emphasis-color); font-weight: bold; } }