# HG changeset patch # User HIROSE Yuuji # Date 1437459962 -32400 # Node ID 6b2ba8af4c9ec84e8a5b13608ad4731a3b942f8c # Parent f9cfc600680ad6caf233a04d3decc103f4300ef7 Chagen color of _club diff -r f9cfc600680a -r 6b2ba8af4c9e templ/default/default.css --- a/templ/default/default.css Tue Jul 21 15:23:24 2015 +0900 +++ b/templ/default/default.css Tue Jul 21 15:26:02 2015 +0900 @@ -93,7 +93,7 @@ div.iconlist p._admin {background: yellow;} div.iconlist p._friend {background: fuchsia;} div.iconlist p._fellows {background: #9f9;} /* light green */ -div.iconlist p._club {background: teal;} +div.iconlist p._club {background: #4bb;} /* light teal */ div.iconlist p._event {background: maroon; color: white;} div.iconlist p._misc {background: purple; color: white;} div.xy120x120 {min-width: 120px; min-height: 140px;}