All checks were successful
Deploy Development / deploy (push) Successful in 43s
Test Suite / pytest-backend (push) Successful in 29s
Test Suite / lint-backend (push) Successful in 2s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 19s
Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
361 B
CSS
27 lines
361 B
CSS
.context-dl {
|
|
margin: 0;
|
|
display: grid;
|
|
gap: 0.65rem;
|
|
}
|
|
|
|
.context-dl dt {
|
|
font-size: 0.72rem;
|
|
color: var(--jk-text-subtle);
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.04em;
|
|
}
|
|
|
|
.context-dl dd {
|
|
margin: 0.1rem 0 0;
|
|
font-size: 0.95rem;
|
|
color: var(--jk-text);
|
|
}
|
|
|
|
.page-footer-link {
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.mt-sm {
|
|
margin-top: 0.75rem;
|
|
}
|