:root {
  --bg-color: #ffffff;
}

.dark {
  --bg-color: #111827;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

body > div:last-child > span + img {
  display: inline !important;
}
