scopesessions.org/css/custom.css
2014-12-01 00:39:03 +01:00

24 lines
256 B
CSS

.event{
background: #eee;
padding:10px;
margin:10px;
}
.event :hover{
background: #e7ccfb;
}
.talk{
padding:10px;
background: #ddd;
}
.content{
/*background: #000;
color: #fff;*/
}
.site-footer{
/*background: #000;
color: #fff;*/
}