feat(core): add copyright

This commit is contained in:
nico.hdr8
2025-10-07 14:36:25 +02:00
parent 610328129d
commit b482baf56d
6 changed files with 23 additions and 11 deletions

View File

@@ -21,4 +21,8 @@ p-card {
.p-card-body {
padding: 0;
}
}
}
.text-gray {
color: rgb(from var(--content-color) r g b / 0.7);
}