스타일에서 이제 다음 두 변수만 변경하면 됩니다:
--topic-list-item-background-color
--topic-list-item-background-color--visited
아래와 같이 작성하면 작동합니다:
:root {
--topic-list-item-background-color: YOUR COLOR HERE;
--topic-list-item-background-color--visited: YOUR COLOR HERE;
}