if (this.options.quoteTextColor && this.options.quoteTextColorDark) {
            css += `
                .Comment.${ this.options.className } [data-test-id="comment"] blockquote {
                    color: ${ darkMode ? this.options.quoteTextColorDark : this.options.quoteTextColor };
                }