mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29042 from overleaf/dp-no-file-dark-mode
Fix color of no editor messages in dark mode GitOrigin-RevId: db0f69a634b0531e75ce8e4c89e064cda7d5bec9
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
.ide-redesign-main {
|
||||
.no-file-selection-message,
|
||||
.multi-selection-message {
|
||||
--bs-heading-color: var(--content-primary-themed);
|
||||
}
|
||||
|
||||
.file-view .no-preview {
|
||||
color: var(--content-secondary-themed);
|
||||
}
|
||||
}
|
||||
|
||||
.file-view {
|
||||
padding: var(--spacing-05);
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user