@import url(../../css/common2025.css);

:root {
  --special-theme-color-rgb: 90, 90, 95; /* #5a5a5f */
}

h2, h3, h4,
.table > thead > tr > th {
  background-color: rgba(var(--special-theme-color-rgb), 0.3);
}

#speaker ul.icon-head li::before {
  content: "🔊\ ";
  font-size: 1rem;
}

#speaker ul.icon-head.ask li {
  padding: .4rem 1rem .4rem 2rem;
  border: dotted 1px #444; border-radius: .3rem;
}

#watching ul.icon-head li::before {
  content: "🌓 ";
}

#watching ul.icon-head li ul.icon-head li::before {
  content: "🌒 ";
}
