changeset 23:f9cfc600680a

Change colors
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Jul 2015 15:23:24 +0900
parents 9951e231df30
children 6b2ba8af4c9e
files templ/default/default.css
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;}

yatex.org