grav/themes/quark-open-publishing/css/custom.css

15 lines
231 B
CSS

.sidebar-content > .events-list {
list-style: none;
border-radius: 8px;
background-color: #ffd0d0;
margin-left: 0;
}
.events-list > ul {
}
.events-list > .event-item-separator {
margin-bottom: 2em;
background-color: red;
}