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

11 lines
158 B
CSS
Raw Normal View History

2023-01-10 18:02:25 +01:00
.sidebar-content > ul {
list-style: none;
2023-01-10 18:13:54 +01:00
padding-left: 0;
2023-01-10 18:21:41 +01:00
margin-left: 0;
2023-01-10 18:23:13 +01:00
background-color: #ffd0d0;
2023-01-10 18:24:42 +01:00
}
.sidebar-content > .red {
2023-01-10 18:23:13 +01:00
border-radius: 2px;
2023-01-10 18:02:25 +01:00
}