scopesessions.org/css/custom.css
Open-Steps.org 0599db44e3 First commit
2014-11-30 23:17:02 +01:00

14 lines
148 B
CSS

.event{
background: #eee;
padding:10px;
margin:10px;
}
.event :hover{
background: #e7ccfb;
}
.talk{
padding:10px;
background: #ddd;
}