v1.css 995 B

12345678910111213
  1. .think-venn-link .bg-think-blue-100 {background-color: #cfe7fe;}
  2. .think-venn-link .text-think-blue {color: #2294FB;}
  3. .think-venn-link .bg-think-yellow-100 {background-color: #FFF2D9;}
  4. .think-venn-link .text-think-yellow {color: #FAAE1A;}
  5. .think-venn-link .think-blue-outline {--skin-ring: #2294FB;}
  6. .think-venn-link .special-outline {--skin-text: unset; --skin-bg: var(--color-special-100);}
  7. .think-venn-link .success-outline {--skin-text: unset; --skin-bg: var(--color-success-100);}
  8. .think-venn-link .warning-outline {--skin-text: unset; --skin-bg: var(--color-warning-100);}
  9. .think-venn-link .important-outline {--skin-text: unset; --skin-bg: var(--color-important-100);}
  10. .think-venn-link .bg-success-100 {background-color: var(--color-success-100);}
  11. .think-venn-link .bg-special-100 {background-color: var(--color-special-100);}
  12. .think-venn-link .bg-important-100 {background-color: var(--color-important-100);}
  13. .think-venn-link .bg-warning-100 {background-color: var(--color-warning-100);}