// Copyright 2019-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
@mixin light-theme() {
@content;
}
@mixin dark-theme() {
:global(.dark-theme) & {