Template:Infobox kink/styles.css: Difference between revisions

From RACKWiki
(Created blank page)
 
No edit summary
Tag: Reverted
Line 1: Line 1:
.text-health_risk-High, .text-legal_risk-High {
  color: red;
  font-weight: bold;
}


.text-health_risk-Moderate, .text-legal_risk-Moderate {
  color: orange;
  font-weight: bold;
}
.text-health_risk-Low, .text-legal_risk-Low {
  color: inherit;
  font-weight: bold;
}

Revision as of 21:07, 11 December 2023

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

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

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