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

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


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


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

Revision as of 12: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;
}