Merge pull request #25248 from overleaf/dp-history-text-color

Add explicit color for history text

GitOrigin-RevId: 4b595ea824d75181c041d44fc48ea81fec864316
This commit is contained in:
David
2025-05-06 11:51:45 +01:00
committed by Copybot
parent 8dc6a37acc
commit 2f92eb95e8

View File

@@ -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);