# HG changeset patch # User HIROSE Yuuji # Date 1437458094 -32400 # Node ID 5be0c2d76f27a30ac88b5788c052c0403f491b44 # Parent 5c5180e8718cf4444639404d51567cc799984cdf change forground color diff -r 5c5180e8718c -r 5be0c2d76f27 templ/default/default.css --- a/templ/default/default.css Tue Jul 21 14:54:02 2015 +0900 +++ b/templ/default/default.css Tue Jul 21 14:54:54 2015 +0900 @@ -95,7 +95,7 @@ div.iconlist p._fellows {background: green;} div.iconlist p._club {background: teal;} div.iconlist p._event {background: maroon;} -div.iconlist p._misc {background: purple;} +div.iconlist p._misc {color: white; background: purple;} div.xy120x120 {min-width: 120px; min-height: 140px;} div.xy96x96 {min-width: 96px; min-height: 116px;} div.xy50x50 {min-width: 50px; min-height: 70px;}