Files
hamann-ausgabe-core/Archive/HaLive/wwwroot/css/lamecss.css
2022-11-25 19:15:23 +01: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: '>';
}