index.scss 415 B

1234567891011121314151617181920212223
  1. :root {
  2. // brand colors
  3. --c-brand: #F5712C !important;
  4. --c-brand-light: #F5712C !important;
  5. --c-text-accent: #F5712C !important;
  6. --back-to-top-color: #F5712C !important;
  7. --back-to-top-color-hover: #F5712C !important;
  8. --el-color-primary: #F5712C !important;
  9. }
  10. #指南 {
  11. display: none;
  12. }
  13. #guide {
  14. display: none;
  15. }
  16. #dplayer {
  17. margin-top: -1.5rem;
  18. margin-bottom: 1rem;
  19. }