KI-AGENT: Matrix-Föderation auf Webseite ergänzt

This commit is contained in:
2026-05-21 21:40:58 +02:00
parent 7950315291
commit 81cecad668
2 changed files with 38 additions and 0 deletions

View File

@@ -471,6 +471,28 @@ footer {
width: 0.24rem;
}
.federation-panel {
align-items: start;
background: rgba(105, 195, 80, 0.11);
border: 1px solid rgba(105, 195, 80, 0.28);
border-radius: 0.5rem;
display: grid;
gap: 1rem;
grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
margin-top: 1rem;
padding: 1.35rem;
}
.federation-panel h3 {
margin-bottom: 0;
}
.federation-panel p {
color: #51605c;
line-height: 1.65;
margin-bottom: 0;
}
.open-source-section {
align-items: center;
background: #17211f;
@@ -690,6 +712,7 @@ footer p {
.highlights,
.feature-grid,
.matrix-layout,
.federation-panel,
.legal-grid {
grid-template-columns: 1fr;
}