Template:Infobox comorbidity/styles.css

From WikiAnesthesia
< Template:Infobox comorbidity
Revision as of 22:36, 4 April 2022 by Chris Rishel (talk | contribs) (Created page with ".text-Critical { color: magenta; font-weight: bold; } .text-High { color: red; font-weight: bold; } .text-Moderate { color: orange; font-weight: bold; } .text-Low { color: inherit; font-weight: bold; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.text-Critical {
  color: magenta;
  font-weight: bold;
}

.text-High {
  color: red;
  font-weight: bold;
}

.text-Moderate {
  color: orange;
  font-weight: bold;
}

.text-Low {
  color: inherit;
  font-weight: bold;
}