diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/history.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/history.scss index b8e206b6ae..1caeb22c1d 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/history.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/history.scss @@ -154,6 +154,10 @@ history-root { } } + .history-version-main-details { + color: var(--content-primary); + } + .version-element-within-selected { background-color: var(--bg-light-secondary); border-left: var(--spacing-02) solid var(--green-50);