13 lines
212 B
CSS
13 lines
212 B
CSS
/**
|
|
* Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
:root {
|
|
--rp-home-mask-background-image: transparent;
|
|
}
|
|
|
|
.home-layout-container {
|
|
position: relative;
|
|
}
|