Template:Infobox kink/styles.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
. | .health_risk-High, .legal_risk-High { | ||
color: red; | color: red; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
. | .health_risk-Moderate, .legal_risk-Moderate { | ||
color: orange; | color: orange; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
. | .health_risk-Low, .legal_risk-Low { | ||
color: inherit; | color: inherit; | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 11:33, 28 December 2023
.health_risk-High, .legal_risk-High { color: red; font-weight: bold; } .health_risk-Moderate, .legal_risk-Moderate { color: orange; font-weight: bold; } .health_risk-Low, .legal_risk-Low { color: inherit; font-weight: bold; }