mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
23 lines
374 B
CSS
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: '>';
|
|
} |