body, #page_wrapper {
  background-color: #0d1117 !important;
}

:is(.dark .dark\:bg-white\/5) {
  border-radius: 12px;
  background-color: rgba(255,255,255,0.05) !important;
  border: 0.5px solid rgba(255,255,255,0.08) !important;
}

:is(.dark .dark\:bg-white\/5):hover {
  background-color: rgba(255,255,255,0.09) !important;
  transform: translateY(-1px);
  transition: all 0.15s ease;
}
