More actions
m Change background color to design-token. Replace deprecated html with CSS. Replace isis icons. |
Replacing color names with hex, seems to fix some hate css-sanitizer has for the css |
||
| Line 14: | Line 14: | ||
.c4 { background-color:#51D200; } .cc4 { color:#51D200; } | .c4 { background-color:#51D200; } .cc4 { color:#51D200; } | ||
/* Green - red (dark). */ | /* Green - red (dark). */ | ||
.d1 { background-color: | .d1 { background-color:#800000; } .dd1 { color:#800000; } /* Maroon */ | ||
.d2 { background-color: | .d2 { background-color:#A0522D; } .dd2 { color:#A0522D; } /* Sienna */ | ||
.d3 { background-color: | .d3 { background-color:#808000; } .dd3 { color:#808000; } /* Olive */ | ||
.d4 { background-color: | .d4 { background-color:#228B22; } .dd4 { color:#228B22; } /* ForestGreen */ | ||
/* Blue-purple (dark). */ | /* Blue-purple (dark). */ | ||
.e1 { background-color: | .e1 { background-color:#800080; } .ee1 { color:#800080; } /* Purple */ | ||
.e2 { background-color: | .e2 { background-color:#663399; } .ee2 { color:#663399; } /* RebeccaPurple */ | ||
.e3 { background-color: | .e3 { background-color:#6A5ACD; } .ee3 { color:#6A5ACD; } /* SlateBlue */ | ||
.e4 { background-color: | .e4 { background-color:#4682B4; } .ee4 { color:#4682B4; } /* SteelBlue */ | ||
}} | }} | ||
= Scope of this article = | = Scope of this article = | ||