feat: Add support for dark mode in more pages

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2023-07-06 07:56:24 +05:30
committed by GitHub
parent 4e8d17f017
commit 528da1d2cf
21 changed files with 211 additions and 502 deletions

View File

@@ -1,5 +1,8 @@
<template>
<blockquote ref="messageContainer" class="message">
<blockquote
ref="messageContainer"
class="message border-l-2 border-slate-100"
>
<p class="header">
<strong class="author">
{{ author }}
@@ -80,8 +83,6 @@ export default {
<style scoped lang="scss">
.message {
border-color: var(--s-100);
border-width: var(--space-micro);
padding: 0 var(--space-small);
margin-top: var(--space-small);
}