From 2f92eb95e8f6ab39c4cabffa828238e3913ef71b Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Tue, 6 May 2025 11:51:45 +0100 Subject: [PATCH] Merge pull request #25248 from overleaf/dp-history-text-color Add explicit color for history text GitOrigin-RevId: 4b595ea824d75181c041d44fc48ea81fec864316 --- .../stylesheets/bootstrap-5/pages/editor/history.scss | 4 ++++ 1 file changed, 4 insertions(+) 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);