:root {
  --masters-green: rgba(216, 6, 33, 1);
  --masters-green-lightish:  rgba(216, 6, 33, 0.5);
  --masters-green-light:  rgba(216, 6, 33, 0.25);
  --masters-trim: rgb(250,250,250);

  --poll-1:  rgba(216, 6, 33, 1);
  --poll-2: var(--font-color-base);
  --poll-3: var(--blue);
  --poll-4: var(--olive);

  --author-2-color: #AF9157;
  --author-2-lighter: rgba(175, 145, 87, 0.3);
}

:root[color-mode="light"] {
}

:root[color-mode="dark"] {
  /* --poll-1: rgba(41, 63, 104, 1); */
  /* --masters-green: rgba(41, 63, 104, 1); */
  /* --masters-green-lightish: rgba(41, 63, 104, 0.5); */
  /* --masters-green-light: rgba(41, 63, 104, 0.25); */

}

.lbt-bar-in2 {
  background-color:  rgba(216, 6, 33, 0.75)
  /* background-color: var(--open-blue); */
  border-color:  rgba(216, 6, 33, 0.75)
}

/* :root[color-mode="dark"] .lbt-bar-in2 { border-color: rgba(0, 51, 97, 1); background-color: rgba(0, 51, 97, 0.75); } */

.lbt-bar-t.inny-t { color: rgb(250, 250, 250); }

.blog-page-subtitle > .fa-circle {
  color: var(--font-color-base);
}
