misskey/packages/frontend/src/style.embed.scss

20 lines
292 B
SCSS
Raw Normal View History

@charset "utf-8";
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
html.embed {
background-color: transparent;
2024-06-25 20:18:14 +09:00
color-scheme: light dark;
overflow: hidden;
}
html.embed,
html.embed body,
html.embed #misskey_app {
height: 100%;
}