1
0

Add temporary link service card

This commit is contained in:
2026-05-03 17:43:58 +02:00
parent a58b9dc551
commit afd50586ff
4 changed files with 40 additions and 3 deletions

View File

@@ -171,6 +171,16 @@ h3 {
color: var(--muted);
}
.card-warning {
padding: 0.75rem 0.9rem;
border: 1px solid rgba(245, 158, 11, 0.24);
border-radius: 14px;
background: rgba(245, 158, 11, 0.08);
color: #f7c77a;
font-size: 0.92rem;
line-height: 1.5;
}
.section-grid {
display: grid;
gap: 1rem;