/* Reduce dark mode background overlay from 70% to 60% */
[data-theme="dark"] #web_bg:before {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
