papercss/demo.css

20 lines
359 B
CSS
Raw Normal View History

2017-09-27 23:10:41 +02:00
body {
background-image: url("/img/geometry2.png")
}
.demo .row .col {
background-color: #eee;
}
.demo .row .col:nth-child(even) {
background-color: #ddd;
2017-10-14 16:21:36 +02:00
}
.docs {
margin-top: 2rem;
margin-bottom: 2rem;
2017-11-03 11:48:32 +01:00
}
.summary a {
color: #41403e;
2017-12-10 08:42:44 +01:00
}
img.no-responsive{
max-width: -webkit-fill-available;
max-width: -moz-available;
2017-09-27 23:10:41 +02:00
}