Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@

.docs-table td code {
white-space: nowrap;
text-transform: none;
}

.command-list {
Expand Down Expand Up @@ -438,6 +439,7 @@
font-family: var(--mono);
font-size: 13px;
line-height: 1.35;
text-transform: none;
}

.command-card header span {
Expand Down
12 changes: 10 additions & 2 deletions website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ h3 {
text-transform: uppercase;
}

code {
text-transform: none;
}

h1 {
max-width: 820px;
margin-bottom: 0;
Expand Down Expand Up @@ -483,7 +487,7 @@ h1 .orange {
font-size: clamp(64px, 6.2vw, 94px);
line-height: 0.8;
letter-spacing: -0.035em;
text-transform: uppercase;
text-transform: none;
}

.play-card-name span {
Expand Down Expand Up @@ -1379,7 +1383,11 @@ h1 .orange {
color: var(--lime);
font-size: 8px;
letter-spacing: 0.1em;
text-transform: uppercase;
text-transform: none;
}

.workflow-lead .eyebrow {
text-transform: none;
}

.terminal-ready i {
Expand Down
Loading