fix(share): text not visible under dark theme in prod

This commit is contained in:
Elian Doran 2025-09-23 18:40:35 +03:00
parent 5fd0f79d44
commit 97b5ea0798
No known key found for this signature in database

View File

@ -1,8 +1,8 @@
:root {
--ck-content-font-family: inherit;
--ck-content-font-size: inherit;
--ck-content-font-color: inherit;
--ck-content-line-height: inherit;
--ck-content-font-family: inherit !important;
--ck-content-font-size: inherit !important;
--ck-content-font-color: inherit !important;
--ck-content-line-height: inherit !important;
}
.ck-content code,