scopesessions.org/css/custom.css

29 lines
290 B
CSS
Raw Normal View History

2014-11-30 23:17:02 +01:00
.event{
background: #eee;
padding:10px;
margin:10px;
}
.event :hover{
background: #e7ccfb;
}
.upcoming{
background: #ccc;
}
2014-11-30 23:17:02 +01:00
.talk{
padding:10px;
background: #ddd;
}
2014-12-01 00:39:03 +01:00
.content{
/*background: #000;
color: #fff;*/
}
.site-footer{
/*background: #000;
color: #fff;*/
}