Skip to content

Instantly share code, notes, and snippets.

@youknowjack
Last active December 24, 2015 10:19
Show Gist options
  • Save youknowjack/6783315 to your computer and use it in GitHub Desktop.
Save youknowjack/6783315 to your computer and use it in GitHub Desktop.
<c:if test="${groups.bgcolortstAltcolor1}">
html,body { background-color: #ff6600; color: #ffffff; }
</c:if>
<c:if test="${groups.bgcolortstAltcolor2}">
html,body { background-color: #cd29c0; color: #ffffff; }
</c:if>
<c:if test="${groups.bgcolortstAltcolor3}">
html,body { background-color: #2164f3; color: #ffffff; }
</c:if>
<c:if test="${groups.bgcolortstAltcolor4}">
html,body { background-color: #008040; color: #ffffff; }
</c:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment