if (this.options.quoteTextColorDark) {
            css += `
                .res-nightmode .comment.${ this.options.className } > .entry .md blockquote {
                    color: ${ this.options.quoteTextColorDark };
                }