.bg-primary-600,
.checked\:bg-primary-600:checked,
.dark\:checked\:bg-primary-600:checked,
.dark\:bg-primary-600:where(.dark, .dark *),
.group-\[\.active\]\:bg-primary-600:is(:where(.group).active *),
.dark\:group-\[\.active\]\:bg-primary-600:is(:where(.group).active *):where(.dark, .dark *) {
  background-color: #eeee22 !important;
}

.hover\:bg-primary-600\/80:hover,
.addlink.hover\:bg-primary-600\/80:hover {
  background-color: rgba(238, 238, 34, 0.8) !important;
}

.border-primary-600,
.checked\:border-primary-600:checked,
.dark\:checked\:border-primary-600:checked {
  border-color: #eeee22 !important;
}

.bg-primary-900 {
  background-color: #101010 !important;
}

.bg-primary-600.text-white,
.bg-primary-600 .text-white,
.bg-primary-600.material-symbols-outlined,
.bg-primary-600 .material-symbols-outlined,
.addlink.bg-primary-600,
.addlink.bg-primary-600 .material-symbols-outlined,
.checked\:after\:text-white:checked::after,
.dark\:checked\:after\:text-white:checked::after,
.group-\[\.active\]\:text-white:is(:where(.group).active *),
.dark\:group-\[\.active\]\:text-white:is(:where(.group).active *):where(.dark, .dark *) {
  color: #101010 !important;
}

.text-primary-600,
.hover\:text-primary-600:hover,
.group-hover\:text-primary-600:is(:where(.group):hover *),
.dark\:text-primary-500:where(.dark, .dark *),
.dark\:hover\:text-primary-500:hover:where(.dark, .dark *),
.dark\:group-hover\:text-primary-500:is(:where(.group):hover *):where(.dark, .dark *) {
  color: #85850f !important;
}

.focus\:outline-primary-600:focus,
.focus-within\:outline-primary-600:focus-within {
  outline-color: #eeee22 !important;
}
