papercss/demo.css
2017-12-10 13:12:44 +05:30

20 lines
359 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;
margin-bottom: 2rem;
}
.summary a {
color: #41403e;
}
img.no-responsive{
max-width: -webkit-fill-available;
max-width: -moz-available;
}