Better color blind safe colors
This commit is contained in:
parent
305b224795
commit
96d2e1efed
|
@ -773,10 +773,10 @@ a.button:hover { opacity: 0.8; }
|
|||
|
||||
/* OpenArt track 2015*/
|
||||
.schedule-open-art {
|
||||
background: #88cbf0;
|
||||
background: #F0A388;
|
||||
}
|
||||
.schedule-11 {
|
||||
background: #88cbf0;
|
||||
background: #F0A388;
|
||||
}
|
||||
|
||||
/* Technical track 2015 */
|
||||
|
@ -797,14 +797,14 @@ a.button:hover { opacity: 0.8; }
|
|||
|
||||
/* Civic hacking track 2015 */
|
||||
.schedule-civic {
|
||||
background: #a7de49;
|
||||
background: #DAEBBB;
|
||||
color: #000;
|
||||
}
|
||||
.schedule-civic a {
|
||||
color: #000;
|
||||
}
|
||||
.schedule-13 {
|
||||
background: #a7de49;
|
||||
background: #DAEBBB;
|
||||
color: #000;
|
||||
}
|
||||
.schedule-13 a {
|
||||
|
@ -821,14 +821,14 @@ a.button:hover { opacity: 0.8; }
|
|||
|
||||
/* Advanced technical track 2015 */
|
||||
.schedule-advanced-technical {
|
||||
background: #b3b3b3;
|
||||
background: #DF9959;
|
||||
color: #000;
|
||||
}
|
||||
.schedule-advanced-technical a {
|
||||
color: #000;
|
||||
}
|
||||
.schedule-15 {
|
||||
background: #b3b3b3;
|
||||
background: #DF9959;
|
||||
color: #000;
|
||||
}
|
||||
.schedule-15 a {
|
||||
|
@ -837,10 +837,10 @@ a.button:hover { opacity: 0.8; }
|
|||
|
||||
/* Misc track 2015 */
|
||||
.schedule-misc {
|
||||
background: #ede6b6;
|
||||
background: #fff;
|
||||
}
|
||||
.schedule-16 {
|
||||
background: #ede6b6;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* Workshop 2015 */
|
||||
|
|
Loading…
Reference in New Issue