presentations/static/css/main.css

12 lines
244 B
CSS
Raw Normal View History

2018-12-07 09:17:49 -06:00
@import "reveal.css";
.reveal .slides {
text-align: left;
}
body {
background-image: url(https://ccchb.de/logo/CCCHB-logo_256x256_bw.png);
background-position: left 20px top 10px;
background-repeat: no-repeat;
background-size: 8% auto;
}