.container {
  :global {
    [data-theme="dark"] .site-description-item-profile-p {
      color: rgba(255, 255, 255, 0.85);
    }
    [data-theme="dark"] .site-description-item-profile-wrapper {
      color: rgba(255, 255, 255, 0.65);
    }
  }
}
