This commit is contained in:
arnaucode
2017-10-22 20:26:07 +02:00
parent 72f1f2e952
commit e0073cadb3
16 changed files with 184 additions and 111 deletions

View File

@@ -133,7 +133,9 @@
background: #311B92!important;
color: #ffffff!important;
}
.ct_deepPurple300{
color: #9575CD!important;
}
.c_deepPurpleG000to200{
background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9))!important; /* safari4+,chrome */
@@ -252,6 +254,9 @@
color: #ffffff!important;
}
.ct_blue300{
color: #64B5F6;
}
/* cyan */
.c_cyan50{