/* анти-тг тьма */
html, body{
    background:#fff !important;
    color-scheme: light;
}
.tg, .tg-list, .tg-msg{
    background:#fff !important;
    color:#0f141a !important;
    border-color:#e6ebf2 !important;
}
.tg-muted, .tg-date{ color:#6b7b8d !important; }

input,
textarea,
[contenteditable]:not([contenteditable="false"])
{
    caret-color: #2f1b0f !important;
}

input:disabled,
textarea:disabled,
[contenteditable="false"],
[contenteditable][aria-disabled="true"]
{
    caret-color: transparent !important;
}

/* на всякий случай прибьём наследование */
*{ -webkit-text-size-adjust:100%; }
