Moved logo to docs, fixed logo not visible in light mode

This commit is contained in:
2026-01-24 18:10:18 +01:00
parent 7f2a14609f
commit 6390dbc9ab
4 changed files with 5 additions and 1 deletions

View File

@@ -79,4 +79,8 @@ url("/fonts/bootstrap-icons.woff") format("woff");
td.btn-group {
display: revert;
min-width: 15rem;
}
[data-bs-theme="light"] img[alt="Logo"] {
filter: invert(100%);
}