/**
* [[Category: Template style pages]]
*/
.sdg-tag a {
display: inline-block;
color: white;
font-size: small;
margin: 2px;
padding: 4px 4px;
}
.sdg-tag[data-sdg="SDG01 No poverty"] a {
background: #ec1628;
}
.sdg-tag[data-sdg="SDG02 Zero hunger"] a {
background: #d3a125;
}
.sdg-tag[data-sdg="SDG03 Good health and well-being"] a {
background: #289c46;
}
.sdg-tag[data-sdg="SDG04 Quality education"] a {
background: #c2182f;
}
.sdg-tag[data-sdg="SDG05 Gender equality"] a {
background: #ee3d24;
}
.sdg-tag[data-sdg="SDG06 Clean water and sanitation"] a {
background: #00afd9;
}
.sdg-tag[data-sdg="SDG07 Affordable and clean energy"] a {
background: #fdb80c;
}
.sdg-tag[data-sdg="SDG08 Decent work and economic growth"] a {
background: #901034;
}
.sdg-tag[data-sdg="SDG09 Industry innovation and infrastructure"] a {
background: #f36d1f;
}
.sdg-tag[data-sdg="SDG10 Reduced inequalities"] a {
background: #e10d84;
}
.sdg-tag[data-sdg="SDG11 Sustainable cities and communities"] a {
background: #f99e20;
}
.sdg-tag[data-sdg="SDG12 Responsible consumption and production"] a {
background: #d08e25;
}
.sdg-tag[data-sdg="SDG13 Climate action"] a {
background: #46783a;
}
.sdg-tag[data-sdg="SDG14 Life below water"] a {
background: #007ebc;
}
.sdg-tag[data-sdg="SDG15 Life on land"] a {
background: #3cb146;
}
.sdg-tag[data-sdg="SDG16 Peace justice and strong institution"] a {
background: #00548b;
}
.sdg-tag[data-sdg="SDG17 Partnerships for the goals"] a {
background: #123367;
}