summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTassoman <tassoman@users.noreply.github.com>2023-12-13 00:13:03 +0100
committerGitHub <noreply@github.com>2023-12-13 08:13:03 +0900
commitaad573a1d798ab6018747228417d967dbb61b1c4 (patch)
tree54b5bd693a80b3386937c1c415edfbbaf2bc9446
parentEnhance(frontend): リスト/アンテナ/チャンネルをタイムライ... (diff)
downloadmisskey-aad573a1d798ab6018747228417d967dbb61b1c4.tar.gz
misskey-aad573a1d798ab6018747228417d967dbb61b1c4.tar.bz2
misskey-aad573a1d798ab6018747228417d967dbb61b1c4.zip
adding color-scheme light to WidgetAichan (#12638)
Diffstat (limited to '')
-rw-r--r--packages/frontend/src/widgets/WidgetAichan.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/widgets/WidgetAichan.vue b/packages/frontend/src/widgets/WidgetAichan.vue
index 76b35f6fed..cf2012b74d 100644
--- a/packages/frontend/src/widgets/WidgetAichan.vue
+++ b/packages/frontend/src/widgets/WidgetAichan.vue
@@ -72,5 +72,6 @@ defineExpose<WidgetComponentExpose>({
height: 350px;
border: none;
pointer-events: none;
+ color-scheme: light;
}
</style>