papercss/demo.css
2017-10-14 10:21:36 -04:00

12 lines
204 B
CSS

body {
background-image: url("/img/geometry2.png")
}
.demo .row .col {
background-color: #eee;
}
.demo .row .col:nth-child(even) {
background-color: #ddd;
}
.docs {
margin-top: 2rem;
}