Files
hamann-ausgabe-core/HaLive/wwwroot/css/lamecss.css
2021-09-15 13:31:10 +02:00

23 lines
374 B
CSS

:root {
--hamannGrau: #cbcaca;
--hamannDunkelGrau: darkgrey;
--hamannHighlight: red;
--commLineLength: 60;
--hamannWeiss: white;
}
.yearsidebar {
position: relative !important;
}
.yearsidebar .is-active {
color: var(--hamannHighlight) !important;
}
.del .del::before {
content: '<';
}
.del .del::after {
content: '>';
}