# HG changeset patch # User HIROSE Yuuji # Date 1437459804 -32400 # Node ID f9cfc600680ad6caf233a04d3decc103f4300ef7 # Parent 9951e231df30a8e4a97f509c625203b440c4d605 Change colors diff -r 9951e231df30 -r f9cfc600680a templ/default/default.css --- a/templ/default/default.css Tue Jul 21 15:04:14 2015 +0900 +++ b/templ/default/default.css Tue Jul 21 15:23:24 2015 +0900 @@ -92,10 +92,10 @@ div.iconlist p._lecture {background: pink;} div.iconlist p._admin {background: yellow;} div.iconlist p._friend {background: fuchsia;} -div.iconlist p._fellows {background: green;} +div.iconlist p._fellows {background: #9f9;} /* light green */ div.iconlist p._club {background: teal;} -div.iconlist p._event {background: maroon;} -div.iconlist p._misc {color: white; background: purple;} +div.iconlist p._event {background: maroon; color: white;} +div.iconlist p._misc {background: purple; color: white;} div.xy120x120 {min-width: 120px; min-height: 140px;} div.xy96x96 {min-width: 96px; min-height: 116px;} div.xy50x50 {min-width: 50px; min-height: 70px;}