Difference between revisions of "Template:Infobox comorbidity/styles.css"
From WikiAnesthesia
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-l...") |
Chris Rishel (talk | contribs) |
||
Line 1: | Line 1: | ||
.text- | .text-Critical { | ||
color: magenta; | color: magenta; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.text- | .text-High { | ||
color: red; | color: red; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.text- | .text-Moderate { | ||
color: orange; | color: orange; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.text- | .text-Low { | ||
color: inherit; | color: inherit; | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Latest revision as of 05:23, 10 February 2021
.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; }