theme.css 212 B

123456789101112
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. :root {
  6. --rp-home-mask-background-image: transparent;
  7. }
  8. .home-layout-container {
  9. position: relative;
  10. }