mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Initial replacement of old repository.
This commit is contained in:
23
HaLive/wwwroot/css/lamecss.css
Normal file
23
HaLive/wwwroot/css/lamecss.css
Normal file
@@ -0,0 +1,23 @@
|
||||
: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: '>';
|
||||
}
|
||||
Reference in New Issue
Block a user