mirror of
https://github.com/kvcache-ai/sglang.git
synced 2026-06-30 11:48:01 +00:00
54 lines
913 B
CSS
54 lines
913 B
CSS
.output_area {
|
|
color: #615656;
|
|
}
|
|
|
|
table.autosummary td {
|
|
width: 50%
|
|
}
|
|
|
|
img.align-center {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.output_area.stderr {
|
|
color: #d3d3d3 !important;
|
|
}
|
|
|
|
.output_area.stdout {
|
|
color: #d3d3d3 !important;
|
|
}
|
|
|
|
div.output_area.stderr {
|
|
color: #d3d3d3 !important;
|
|
}
|
|
|
|
div.output_area.stdout {
|
|
color: #d3d3d3 !important;
|
|
}
|
|
|
|
.sglang-docs-deprecation-banner {
|
|
background: #fff4cc;
|
|
border-bottom: 1px solid #d8a21f;
|
|
color: #2f2a1f;
|
|
font-size: 0.95rem;
|
|
line-height: 1.45;
|
|
overflow-wrap: anywhere;
|
|
padding: 0.75rem 1.25rem;
|
|
position: relative;
|
|
text-align: center;
|
|
z-index: 1030;
|
|
}
|
|
|
|
.sglang-docs-deprecation-banner a {
|
|
color: #1f5fbf;
|
|
font-weight: 600;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sglang-docs-deprecation-banner a:focus,
|
|
.sglang-docs-deprecation-banner a:hover {
|
|
color: #143f80;
|
|
}
|