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

10 lines
184 B
CSS
Raw Normal View History

2023-01-10 18:32:08 +01:00
.sidebar-content > .events-list {
2023-01-10 18:02:25 +01:00
list-style: none;
2023-01-10 19:14:43 +01:00
border-radius: 8px;
2023-01-10 18:33:45 +01:00
background-color: #ffd0d0;
2023-01-11 01:08:43 +01:00
margin-left: 0;
2023-01-11 01:12:03 +01:00
padding-left: 1.8em;
2023-01-11 01:15:32 +01:00
padding-top: 1em;
2023-01-11 01:12:03 +01:00
padding-bottom: 1em;
2023-01-11 01:08:10 +01:00
}