diff --git a/styles/elements/_right--textarea.scss b/styles/elements/_right--textarea.scss index 521f72b..efffbbd 100644 --- a/styles/elements/_right--textarea.scss +++ b/styles/elements/_right--textarea.scss @@ -1,5 +1,4 @@ -// .cefa5c26:has(#chat-input) { -._77cefa5:has(#chat-input) { +._77cefa5 { background: var(--c-bg-textarea) !important; // box-shadow: inset 0 0 1px 1px hsla(var(--accent-hsl) / 0.08) !important; @@ -7,15 +6,15 @@ // border: none !important; border-radius: calc(var(--br) * 1.9) !important; - /* Textarea */ - #chat-input { - color: var(--c-txt) !important; - // padding: 1.2rem; + // /* Textarea */ + // #chat-input { + // color: var(--c-txt) !important; + // // padding: 1.2rem; - &::placeholder { - color: var(--c-subtext-2) !important; - } - } + // &::placeholder { + // color: var(--c-subtext-2) !important; + // } + // } /* Attach icon */ .f02f0e25 {