From 971c63a636ca329f1412b4b8d6a23ae5b322130d Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Thu, 13 Mar 2025 09:47:02 +0000 Subject: [PATCH] Merge pull request #24258 from overleaf/mj-ide-dark-mode-readonly-file [web] Specify text color of readonly files GitOrigin-RevId: c7395f4b693c9b413d60e0aba20cc78ea72efd86 --- .../frontend/stylesheets/bootstrap-5/pages/editor/file-view.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/file-view.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/file-view.scss index 4a65914c4a..e61c4d8059 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/file-view.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/file-view.scss @@ -56,6 +56,7 @@ .text-preview { margin-top: var(--spacing-05); + color: var(--content-primary); .scroll-container { background-color: var(--white);