assets + logo change

This commit is contained in:
2025-03-20 15:41:52 +01:00
parent a5efb90988
commit 64ea7efaa4
10 changed files with 227 additions and 3 deletions

View File

@ -0,0 +1,15 @@
---
---
@import "colors";
:root {
@include colors;
@include dark-colors;
}
@media print {
:root {
@include light-colors;
}
}